Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 34f67b2

Browse files
authored
fix default branch in snap ci
1 parent 5592471 commit 34f67b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/snap.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
tags:
55
- '*'
66
branches:
7-
- main
7+
- master
88
pull_request:
99
branches:
10-
- main
10+
- master
1111
workflow_dispatch:
1212

1313
jobs:
@@ -33,7 +33,7 @@ jobs:
3333
path: ${{ steps.build-snap.outputs.snap }}
3434

3535
publish:
36-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
36+
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
3737
runs-on: ubuntu-latest
3838
needs: build
3939
steps:

0 commit comments

Comments
 (0)