Skip to content

Commit 369696e

Browse files
authored
🚚 Rename master to main in CI (#2)
Rename master to main in CI config. This is a hangover mistake from copying from evy :(. Pull-Request: #2
1 parent 90fa9a9 commit 369696e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

β€Ž.github/workflows/cicd.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci/cd
22

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

88
jobs:
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
needs: [ci]
22-
if: ${{ github.event_name == 'push' }} # only run on push to master
22+
if: ${{ github.event_name == 'push' }} # only run on push to main
2323
steps:
2424
- uses: actions/checkout@v3
2525
with:

β€Žbin/.gofumpt-0.5.0.pkgβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hermit

β€Žbin/gofumptβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.gofumpt-0.5.0.pkg

0 commit comments

Comments
Β (0)