Skip to content

Commit

Permalink
fix: trigger on push to master as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Dontrian committed Dec 6, 2023
1 parent da8729d commit 20310da
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Check that pull request is from develop
on:
pull_request: # triggers on open, reopen and synchronize by default
branches: ["master"]
push:
branches:
- master

jobs:
bump-version:
Expand Down

0 comments on commit 20310da

Please sign in to comment.