Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run publish workflow on commits to main as well as tags
Browse files Browse the repository at this point in the history
tpoliaw committed Dec 5, 2024
1 parent 74d5272 commit 0d50b43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -2,9 +2,12 @@ name: Image Checks

on:
push:
# Run only on release pushes
# Run only on release tags
tags:
- v*
# or commits to main (when PRs are merged)
branches:
- main
# but all PRs
pull_request:

0 comments on commit 0d50b43

Please sign in to comment.