Skip to content

Commit

Permalink
fix perms
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Nov 25, 2024
1 parent 03fddd2 commit 7e86b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ngtcp2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Test - ngtcp2

on:
push:
branches: [ '*' ]
branches: [ 'main' ]
paths: ['.github/workflows/ngtcp2.yml', 'ngtcp2/**']
pull_request:
branches: [ 'main' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Test openvpn
working-directory: ./openvpn
run: |
./test.sh dilithium5 p521_kyber1024
sh ./test.sh dilithium5 p521_kyber1024

0 comments on commit 7e86b35

Please sign in to comment.