Skip to content

Commit

Permalink
Merge pull request #26 from unasuke/deploy-only-current-year
Browse files Browse the repository at this point in the history
Deploy on current event branch only
  • Loading branch information
unasuke authored Jun 16, 2024
2 parents f61d2a3 + a0691f8 commit 4894349
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches:
- kaigionrails
- "kaigionrails*" # e.g. kaigionrails2023, kaigionrails2024
# - kaigionrails
- "kaigionrails2024"
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -38,6 +38,9 @@ jobs:

deploy:
runs-on: ubuntu-latest
concurrency:
group: "deploy"
cancel-in-progress: false
needs: ["build"]
permissions:
id-token: write
Expand Down

0 comments on commit 4894349

Please sign in to comment.