Skip to content

Commit

Permalink
Merge pull request #230 from traPtitech/branchNameMain
Browse files Browse the repository at this point in the history
main ブランチへの名称変更に対応
  • Loading branch information
Pugma authored Oct 18, 2024
2 parents 8ecaeb3 + 56a792a commit 07be87d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- 'master'
- 'main'
pull_request:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Build image (master)
name: Build image (main)

on:
push:
branches:
- master
- main

env:
IMAGE_NAME: traportfolio-ui
IMAGE_TAG: master
IMAGE_TAG: main

jobs:
genApi:
Expand Down

0 comments on commit 07be87d

Please sign in to comment.