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 8, 2024
1 parent b37d736 commit 841f6bb
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 841f6bb

Please sign in to comment.