Update build_and_publish.yaml

This commit is contained in:
2025-01-22 16:30:16 +00:00
committed by GitHub
parent a631a87551
commit 44ba67ca18

View File

@@ -4,6 +4,9 @@ on:
push: push:
branches: branches:
- main # or specify other branches you want to trigger the action - main # or specify other branches you want to trigger the action
paths-ignore:
- "README.md"
- "run.sh"
tags: tags:
- 'v*' # This will also trigger on version tags - 'v*' # This will also trigger on version tags
repository_dispatch: repository_dispatch: