mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-24 08:12:31 +02:00
Merge pull request #9 from prizov/skip-image-build
#7 Disable image build and push on PR
This commit is contained in:
commit
5742353b3b
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
||||
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: build and deploy image
|
||||
if: ${{ github.ref == 'refs/heads/master' || startwith(github.ref, 'refs/tags/') }}
|
||||
env:
|
||||
GITHUB_PACKAGE_TOKEN: ${{ secrets.PKG_TOKEN }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user