We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fa9a9 commit 369696eCopy full SHA for 369696e
β.github/workflows/cicd.yamlβ
@@ -2,7 +2,7 @@ name: ci/cd
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
pull_request:
7
8
jobs:
@@ -19,7 +19,7 @@ jobs:
19
release:
20
runs-on: ubuntu-latest
21
needs: [ci]
22
- if: ${{ github.event_name == 'push' }} # only run on push to master
+ if: ${{ github.event_name == 'push' }} # only run on push to main
23
steps:
24
- uses: actions/checkout@v3
25
with:
βbin/.gofumpt-0.5.0.pkgβ
@@ -0,0 +1 @@
1
+hermit
βbin/gofumptβ
+.gofumpt-0.5.0.pkg
0 commit comments