Skip to content

Commit

Permalink
Merge pull request #348 from mkurz/setup_10.0.x
Browse files Browse the repository at this point in the history
[10.0.x] Setup 10.0.x workflows
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents 4b650b6 + eb50b37 commit 8b4fcd8
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
- 10.0.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:
workflow_run:
workflows: ["Check"]
branches: [main]
branches: [10.0.x]
types:
- completed

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
- 10.0.x
tags: ["**"] # Releases

jobs:
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
- 10.0.x

jobs:
update_release_draft:
Expand All @@ -12,7 +12,7 @@ jobs:
- uses: release-drafter/release-drafter@v6
with:
name: "Play Mailer $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 8b4fcd8

Please sign in to comment.