Skip to content

Commit

Permalink
deployジョブの条件であるpushイベントの対象をmainに変更 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu authored May 17, 2024
1 parent 9449c03 commit f6c46b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

deploy:
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/dev/v1.0'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout Pages Branch
Expand Down

0 comments on commit f6c46b1

Please sign in to comment.