We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb469f commit 577f552Copy full SHA for 577f552
2 files changed
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
pull_request:
5
- branches: [ master ]
+ branches: [ main ]
6
push:
7
8
9
jobs:
10
verify:
.github/workflows/publish.yml
@@ -2,14 +2,14 @@ name: Build and Publish Docker Image
build-and-publish:
runs-on: ubuntu-latest
steps:
11
## checks out our project source code
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
14
## Builds our docker image!
15
- name: Build the Docker image
0 commit comments