Skip to content

Commit 909c87b

Browse files
committed
update: on-release
1 parent 5a685d3 commit 909c87b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [ main ]
64
release:
75
branches: [ main ]
86
types: [published]
97

108
jobs:
119
deploy:
1210
name: Deploy
13-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
1411
runs-on: ubuntu-latest
1512
steps:
1613
- name: Setup Python 3.8

0 commit comments

Comments
 (0)