Skip to content

Commit

Permalink
🔨 [CI][create_release_executables] Automatically run when adding tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 17, 2024
1 parent a95ac43 commit 392e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
tags:
- '*'
- '.+'

env:
cmake_configure_args: -D WARNINGS_AS_ERRORS_FOR_COOLLAB=ON -D COOLLAB_REQUIRE_ALL_FEATURES=ON
Expand Down

0 comments on commit 392e0da

Please sign in to comment.