Skip to content

Commit

Permalink
Work on GH-3 trigger on Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord of Scripts committed Aug 28, 2024
1 parent 2bcc467 commit 38d695b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
name: CrossBuild

# on events
on:
watch:
types:
- started
#on:
# watch:
# types:
# - started

# This crossbuild from Kuechlin/gotris
#on:
# push:
# # Sequence of patterns matched against refs/tags
# tags:
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

permissions:
contents: write
Expand Down

0 comments on commit 38d695b

Please sign in to comment.