Skip to content

Commit

Permalink
Also trigger CI when assigning version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Sep 24, 2023
1 parent 97613cc commit 9a9c96a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Push
on:
push:
branches:
- 'main'
- main
tags: v*

jobs:
build:
uses: Borewit/listFix/.github/workflows/ci.yml@main

0 comments on commit 9a9c96a

Please sign in to comment.