Skip to content

Commit

Permalink
Merge branch 'prerelease'
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Mar 9, 2024
2 parents a89552f + fa944ef commit 6ef5250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-target-branch-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target: "dev prerelease"
exclude: "dev prerelease"
target: "main prerelease"
exclude: "main prerelease"
comment: |
Your PR was set to target `main` or `prerelease`.
PRs should be target `dev` instead.

0 comments on commit 6ef5250

Please sign in to comment.