Skip to content

Commit

Permalink
mainへのpush時には、CIのフローが2重に走ってしまうため、一回になるようにpush時にCIのフローを除外
Browse files Browse the repository at this point in the history
  • Loading branch information
mametaro99 committed Jan 11, 2025
1 parent 6e6fc6f commit ecb3a6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Continuous Integration
# ブランチへの push 時
on:
push:
branches-ignore:
- "main"
workflow_call:

# 当 workflow が行う処理
jobs:
Expand Down

0 comments on commit ecb3a6a

Please sign in to comment.