Skip to content

Commit

Permalink
Fix script in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 15, 2023
1 parent f2298aa commit 04aae38
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

permissions:
contents: read

jobs:
run:
run:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
Expand Down

0 comments on commit 04aae38

Please sign in to comment.