Skip to content

Commit d7da016

Browse files
authored
Update build-packages.yml
1 parent 8025d77 commit d7da016

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Packages
22
on:
33
push:
44
branches:
5-
- build
5+
- main
66
tags:
77
- 'v*.*.*'
88
jobs:
@@ -37,4 +37,4 @@ jobs:
3737
run: update-repositories ${{github.workspace}}
3838
- name: Publish Repository
3939
if: startsWith(github.ref, 'refs/tags/')
40-
run: publish-repo
40+
run: publish-repo

0 commit comments

Comments
 (0)