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 0dd39db commit 5826750Copy full SHA for 5826750
.github/workflows/dev.yml
@@ -3,8 +3,10 @@ name: Development pipeline
3
on:
4
push:
5
branches:
6
- - "*"
7
- - "!feature/"
+ - main
+ - ptr
8
+ - beta
9
+ - alpha
10
tags-ignore:
11
- '**'
12
@@ -31,4 +33,4 @@ jobs:
31
33
echo "PACKAGE=$(find .release -type f -name *.zip -printf "%f\n")" >> $GITHUB_ENV
32
34
- name: Publish package
35
run: |
- curl https://api.tukui.org/v1/upload/dev/$PACKAGE --upload-file .release/$PACKAGE -H "X-Tukui-Key: $DEPLOY_KEY" -H "Content-Type: application/zip"
36
+ curl https://api.tukui.org/v1/upload/dev/$PACKAGE --upload-file .release/$PACKAGE -H "X-Tukui-Key: $DEPLOY_KEY" -H "Content-Type: application/zip"
0 commit comments