Skip to content

Commit

Permalink
Fixed the CI so that tag creations trigger it (like they were suppose…
Browse files Browse the repository at this point in the history
…d to)
  • Loading branch information
lucas-yotsui authored Dec 30, 2024
1 parent 639891c commit 25c9819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- "v[12].[0-9]+.[0-9]+" # Match any semantic versioning tag
- "*"

jobs:
aur-publish:
Expand Down

0 comments on commit 25c9819

Please sign in to comment.