Skip to content

Commit

Permalink
Specify run types for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thetwam committed Mar 24, 2021
1 parent 6ec8fbc commit ead5757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Run tests

on:
pull_request:
push:
branches:
- [master, develop]
pull_request:
types:
- [opened, synchronize, reopened, ready_for_review]

jobs:
build:
Expand Down

0 comments on commit ead5757

Please sign in to comment.