Skip to content

Commit

Permalink
Fix tag push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
William Tisäter committed Oct 23, 2023
1 parent 506b305 commit d129d3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build

on:
tags:
- '*'
push:
tags:
- '*'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit d129d3c

Please sign in to comment.