Skip to content

Commit

Permalink
Added pull request requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Mar 11, 2024
1 parent 8e60189 commit 6479fe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- '**'
pull_request:
branches:
- '**'

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

Expand Down

0 comments on commit 6479fe4

Please sign in to comment.