Skip to content

Commit e8ac5f0

Browse files
committed
chore: change release workflow trigger to master branch
1 parent 27a9bdf commit e8ac5f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- release
6+
- master
77
tags:
88
- '*'
99

@@ -26,7 +26,7 @@ jobs:
2626
cache: true
2727

2828
- name: Update rolling tag
29-
if: github.ref == 'refs/heads/release'
29+
if: github.ref == 'refs/heads/master'
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
run: |

0 commit comments

Comments
 (0)