Skip to content

Commit

Permalink
Merge pull request #783 from mkurz/adjust_gha_branch
Browse files Browse the repository at this point in the history
[5.2.x] Adjust branch for GHA workflows
  • Loading branch information
mkurz authored Sep 20, 2023
2 parents 221d2ba + 1e97472 commit 83d7d4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

push:
branches:
- main # Check branch after merge
- 5.2.x # Check branch after merge

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Dependency Graph
on:
push:
branches:
- main
- 5.2.x

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches: # Snapshots
- main
- 5.2.x
tags: ["**"] # Releases
release:
types: [published]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- main
- 5.2.x

jobs:
update_release_draft:
Expand All @@ -12,7 +12,7 @@ jobs:
- uses: release-drafter/release-drafter@v5
with:
name: "Play Slick $RESOLVED_VERSION"
config-name: release-drafts/increasing-major-version.yml # located in .github/ in the default branch within this or the .github repo
config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo
commitish: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 83d7d4a

Please sign in to comment.