Skip to content

Commit

Permalink
Merge pull request #69 from evo-company/udpate-ci-triggers
Browse files Browse the repository at this point in the history
update ci test triggers
  • Loading branch information
kindermax committed Jul 30, 2022
2 parents 3e43d57 + 7789a41 commit 126acf4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Test
on:
- push
- pull_request
# Trigger the workflow on pushes to only the 'master' branch (this avoids duplicate checks being run pull requests)
push:
branches: [master]
# Trigger the workflow on any pull request
pull_request:

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 126acf4

Please sign in to comment.