Skip to content

Commit

Permalink
use contect to figure out if it master or main
Browse files Browse the repository at this point in the history
Co-authored-by: @mirpredrol
  • Loading branch information
mashehu committed Dec 3, 2024
1 parent 9c43f15 commit 2e4a8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/.github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2
with:
message: |
## This PR is against the `main`/`master` branch :x:
## This PR is against the `${{github.event.pull_request.base.ref}}` branch :x:
* Do not close this PR
* Click _Edit_ and change the `base` to `dev`
Expand Down

0 comments on commit 2e4a8ed

Please sign in to comment.