Skip to content

Commit

Permalink
chore(ci): change trigger branch master -> main (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy authored May 21, 2024
1 parent d775eb6 commit 212fe90
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Cargo Check
on:
pull_request:
branches:
- 'master'
- 'main'
- 'develop'
- 'release*'
push:
branches:
- 'master'
- 'main'
- 'develop'
- 'release*'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hyperspace-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Build and publish Hyperspace Docker image"
on:
push:
branches:
- 'master'
- 'main'
- 'develop'
- 'release*'
tags:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Lint
on:
pull_request:
branches:
- 'master'
- 'main'
- 'develop'
- 'release*'
push:
branches:
- 'master'
- 'main'
- 'develop'
- 'release*'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/parachain-node-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow pushes new parachain-node docker images on every new push on master.
# This workflow pushes new parachain-node docker images on every new push on main.
#
# All the images above have support for linux/amd64 and linux/arm64.
#
Expand All @@ -9,7 +9,7 @@ name: "Build and publish Parachain-node Docker image"
on:
push:
branches:
- master
- main

jobs:
build-and-publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- 'master'
- 'main'
- 'release*'

env:
Expand Down

0 comments on commit 212fe90

Please sign in to comment.