Skip to content

Commit

Permalink
Fix: Trigger workflow on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-wtt committed Mar 20, 2024
1 parent a13b912 commit d81d665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit d81d665

Please sign in to comment.