Trigger action only on push to master

This commit is contained in:
2026-02-20 08:45:57 +01:00
parent 7e1560c11f
commit 484a288da1

View File

@@ -1,5 +1,7 @@
on: on:
push: push:
branches:
- master
workflow_dispatch: workflow_dispatch:
jobs: jobs:
deploy-job: deploy-job: