Skip to content

Commit

Permalink
try to test in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-jukovec committed Aug 2, 2022
1 parent 88f64c9 commit 8580fcb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
pull_request:
workflow_dispatch:
push:
branches:
- 'master'
tags:
- '*'
# branches:
# - 'master'
# tags:
# - '*'

jobs:
package:
Expand Down Expand Up @@ -69,9 +69,9 @@ jobs:

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

0 comments on commit 8580fcb

Please sign in to comment.