We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5277c4c commit 3a17330Copy full SHA for 3a17330
.github/FUNDING.yml
@@ -0,0 +1,2 @@
1
+github: DamianOsipiuk
2
+custom: paypal.me/DamianOsipiuk
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - alpha
8
- beta
9
pull_request:
10
@@ -45,7 +46,7 @@ jobs:
45
46
47
publish:
48
# publish only when merged in master on original repo, not on PR
- 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')
50
needs: [verify, commitlint]
51
runs-on: ubuntu-latest
52
0 commit comments