Skip to content

Commit

Permalink
Skip automatic tag creation when merging into main
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Jan 21, 2025
1 parent caece01 commit a25a5be
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release_trigger.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Release trigger

# This workflow creates a tag matching the version, which subsequently triggers a release

on:
push:
branches:
- main
- main-*
workflow_dispatch:
#push:
# branches:
# - main
# - main-*

permissions:
repository-projects: write
Expand Down

0 comments on commit a25a5be

Please sign in to comment.