Skip to content

Commit

Permalink
Correct triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Christensen <[email protected]>
  • Loading branch information
kichristensen committed Jul 15, 2024
1 parent 2905a43 commit 1bd679a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/skeletor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
tags:
- v*
pull_request:
branches:
Expand Down Expand Up @@ -34,4 +33,4 @@ jobs:
if: success() && github.event_name != 'PullRequest'
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: mage Publish
run: mage Publish

0 comments on commit 1bd679a

Please sign in to comment.