Skip to content

Commit

Permalink
ci: enable test workflows on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Aug 15, 2023
1 parent a4ba7ac commit 1fd8f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tests, Behat, Coding Standards
on: push
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1fd8f43

Please sign in to comment.