Skip to content

Commit

Permalink
ci: add alpha branch to branch rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Jul 7, 2023
1 parent 6fe9712 commit a78214c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- alpha
pull_request:
types: [opened, reopened, synchronize]
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ on:
push:
branches:
- main
- alpha
pull_request:
branches:
- main
- alpha
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
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
- alpha

jobs:
release:
Expand Down

0 comments on commit a78214c

Please sign in to comment.