Skip to content

Commit

Permalink
update workflow test ttriggers
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutzel committed Mar 11, 2024
1 parent 85a6b51 commit 9c69e19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: "test"
on: push
push:
branches: [ master ]
pull_request:
branches: [ master ]

# allow running manually
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 9c69e19

Please sign in to comment.