There was an error while loading. Please reload this page.
1 parent 88f64c9 commit 8580fcbCopy full SHA for 8580fcb
.github/workflows/packaging.yml
@@ -4,10 +4,10 @@ on:
4
pull_request:
5
workflow_dispatch:
6
push:
7
- branches:
8
- - 'master'
9
- tags:
10
- - '*'
+# branches:
+# - 'master'
+# tags:
+# - '*'
11
12
jobs:
13
package:
@@ -69,9 +69,9 @@ jobs:
69
70
- name: Deploy packages
71
# We need this step to run only on push with tag.
72
- if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
+# if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
73
env:
74
- RWS_URL_PART: https://rws.tarantool.org/tarantool-modules
+ RWS_URL_PART: https://rws-dev.tarantool.org/tarantool-modules
75
RWS_AUTH: ${{ secrets.RWS_AUTH }}
76
PRODUCT_NAME: tarantool-expirationd
77
working-directory: build
0 commit comments