Skip to content

Commit

Permalink
ci: pushとpull_requestが同時起動しないようブランチを制限
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Jan 22, 2025
1 parent 6d33338 commit 73005bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ name: build

on:
push:
brances:
- 'm**'
paths-ignore:
- '**.md'
- 'LICENSE'
- 'publishAar.sh'
- 'docker/**'
pull_request:
branches-ignore:
- 'm**'

permissions:
contents: write
Expand Down

0 comments on commit 73005bb

Please sign in to comment.