Skip to content

Commit

Permalink
deploy only on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Nov 17, 2023
1 parent 47c413c commit b46ae9f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: deploy

# on:
# push:
# tags:
# - '1.*'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
tags:
- '0.*'

jobs:
package:
Expand Down

0 comments on commit b46ae9f

Please sign in to comment.