Skip to content

Commit 8580fcb

Browse files
committed
try to test in dev
1 parent 88f64c9 commit 8580fcb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/packaging.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
pull_request:
55
workflow_dispatch:
66
push:
7-
branches:
8-
- 'master'
9-
tags:
10-
- '*'
7+
# branches:
8+
# - 'master'
9+
# tags:
10+
# - '*'
1111

1212
jobs:
1313
package:
@@ -69,9 +69,9 @@ jobs:
6969

7070
- name: Deploy packages
7171
# We need this step to run only on push with tag.
72-
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
72+
# if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
7373
env:
74-
RWS_URL_PART: https://rws.tarantool.org/tarantool-modules
74+
RWS_URL_PART: https://rws-dev.tarantool.org/tarantool-modules
7575
RWS_AUTH: ${{ secrets.RWS_AUTH }}
7676
PRODUCT_NAME: tarantool-expirationd
7777
working-directory: build

0 commit comments

Comments
 (0)