Skip to content

Commit 3a17330

Browse files
committed
chore: add alpha branch to ci
1 parent 5277c4c commit 3a17330

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: DamianOsipiuk
2+
custom: paypal.me/DamianOsipiuk

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- alpha
78
- beta
89
pull_request:
910

@@ -45,7 +46,7 @@ jobs:
4546

4647
publish:
4748
# publish only when merged in master on original repo, not on PR
48-
if: github.repository == 'DamianOsipiuk/vue-query' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
49+
if: github.repository == 'DamianOsipiuk/vue-query' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/alpha')
4950
needs: [verify, commitlint]
5051
runs-on: ubuntu-latest
5152

0 commit comments

Comments
 (0)