Skip to content

Commit c868c73

Browse files
committed
Rever temporary changes
1 parent 167b29d commit c868c73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ name: Release packages
1111
on:
1212
push:
1313
tags: [ '*' ]
14-
branches: ['ci-fix']
1514

1615
env:
1716
# Use docker.io for Docker Hub if empty
@@ -41,7 +40,6 @@ jobs:
4140
- name: Test package
4241
run: pip install --no-cache-dir dist/ops*.tar.gz && ops --verbose -h
4342
- name: Publish package
44-
if: startsWith(github.ref, 'refs/tags/')
4543
uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d
4644
with:
4745
user: __token__

0 commit comments

Comments
 (0)