Skip to content

Commit

Permalink
chore: change publish workflow to tag push event (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
kramuenke authored Apr 30, 2024
1 parent 3a0c29e commit 34b8b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: publish
on:
push:
branches:
- pasley
tags:
- '0*'
workflow_dispatch:
jobs:
publish:
Expand Down

0 comments on commit 34b8b2b

Please sign in to comment.