Skip to content

Commit

Permalink
Trigger GHA on pushed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Nov 23, 2022
1 parent dadadee commit 0111414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "Build, Test and Pack"
on:
push:
branches: [ master ]
# Trigger on release tags
tags: [ 'v[0-9]+*' ]
pull_request:
branches: [ master ]
jobs:
Expand Down

0 comments on commit 0111414

Please sign in to comment.