Skip to content

Commit

Permalink
chore: try to run action only once on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbrinkmann committed Oct 19, 2023
1 parent 4585b03 commit aaf9146
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Tests, Behat, Coding Standards
on: [push, pull_request]
on:
push:
branches:
- 'master'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit aaf9146

Please sign in to comment.