Skip to content

Commit

Permalink
ci: setup release on branch "next"
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 22, 2023
1 parent 63563e8 commit 241ac9a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: "CodeQL"

on:
push:
branches: ["main"]
branches:
- main
- next
- dev
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
branches:
- main
- next
- dev
schedule:
- cron: "0 0 * * 1"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- next
- dev

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
# ignore branches where the release workflow runs as it already calls this one
branches-ignore:
- main
- next
- dev
pull_request:
branches:
- main
- next
- dev
workflow_call:
secrets:
Expand Down
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"repositoryUrl": "[email protected]:talent-ideal/semantic-release-hex.git",
"branches": [
"main",
"next",
{
"name": "dev",
"prerelease": "alpha",
Expand Down

0 comments on commit 241ac9a

Please sign in to comment.