Skip to content

Commit

Permalink
ci: run test workflows on merge requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Oct 24, 2022
1 parent 7f9d1ff commit d462f93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
---
name: Tests
on:
- push
push:
# This should disable running the workflow on tags, according to the
# on.<push|pull_request>.<branches|tags> GitHub Actions docs.
branches:
- "*"
pull_request:

jobs:

Expand Down

0 comments on commit d462f93

Please sign in to comment.