Skip to content

Commit

Permalink
Trigger workflow on new tag (#68)
Browse files Browse the repository at this point in the history
* Also trigger workflow on new tag
  • Loading branch information
Koenvh1 authored Nov 21, 2024
1 parent f2808a7 commit ea4e8d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# wasting resources, but the automatic run will just run all of the jobs.
branches:
- 'main'
tags:
- '**'

workflow_dispatch:
inputs:
Expand Down

0 comments on commit ea4e8d2

Please sign in to comment.