Skip to content

Commit

Permalink
run action on push to PR so that I can check it works with latest cha…
Browse files Browse the repository at this point in the history
…nges
  • Loading branch information
Heathermcx committed Jan 18, 2024
1 parent 012f423 commit 21fdaa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Create release
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:


Expand Down

0 comments on commit 21fdaa5

Please sign in to comment.