Skip to content

Commit 4b69a03

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml
1 parent a7cfaa1 commit 4b69a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: liskin/gh-workflow-keepalive@v1
5050
release:
5151
runs-on: ubuntu-latest
52-
if: contains(github.ref, 'tags') && github.event_name == 'create'
52+
if: github.ref_type == 'tag'
5353
needs: tests
5454
env:
5555
GITHUB_LOGIN: dry-bot

0 commit comments

Comments
 (0)