Skip to content

Commit

Permalink
Trigger builds also for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
iurienistor committed Nov 25, 2023
1 parent 0f59b4a commit 3f40ad8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gnulinux.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
2 changes: 2 additions & 0 deletions .github/workflows/windows.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
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ build:
- build/${ARCHIVE_NAME}.tar.bz2
only:
- main
- tags

0 comments on commit 3f40ad8

Please sign in to comment.