Skip to content

Commit

Permalink
Add workflow run when reopening pull request, to allow me to force a …
Browse files Browse the repository at this point in the history
…rerun of the CI tests
  • Loading branch information
hollie committed Nov 22, 2021
1 parent 14fc83e commit c30816f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches: [ master ]
pull_request:
types: [ assigned, opened, synchronize, reopened ]
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit c30816f

Please sign in to comment.