Skip to content

Commit

Permalink
Trying stackoverflow answer
Browse files Browse the repository at this point in the history
  • Loading branch information
FelberMartin committed Sep 3, 2024
1 parent 1a553bb commit 827df78
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
name: Build and Release



on:
push:
tags:
- 'v*' # Triggers on version tags like v1.0.1
workflow_dispatch: # Allows manual triggering of the workflow
branches:
- "gh-actions"
pull_request:
branches:
- "main"
paths:
- ".github/workflows/release.yaml"



jobs:
extract_version:
Expand Down

0 comments on commit 827df78

Please sign in to comment.