Skip to content

Commit 577f552

Browse files
committed
fix(ci): rename workflow branches
1 parent 3cb469f commit 577f552

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [ main ]
66
push:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
verify:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Build and Publish Docker Image
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66

77
jobs:
88
build-and-publish:
99
runs-on: ubuntu-latest
1010
steps:
1111
## checks out our project source code
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
## Builds our docker image!
1515
- name: Build the Docker image

0 commit comments

Comments
 (0)