Skip to content

Commit

Permalink
build: update github action workflow branch name from master to main (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiveHao committed Aug 13, 2024
1 parent 8e232af commit 03e56a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ikaros-server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ name: Server CI
on:
push:
branches:
- master
- main
paths:
- "**"
- '!console/**'
- "!**.md"
pull_request:
branches:
- master
- main
- release-*
paths:
- "**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ikaros_ci_build_dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# Triggers the workflow on push events but only for the "master" branch
push:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit 03e56a8

Please sign in to comment.