Trigger action only on push to master
/ deploy-job (push) Successful in 0s

This commit was merged in pull request #72.
This commit is contained in:
2026-02-20 08:46:44 +01:00
committed by krzysiej
co-authored by krzysiej
parent 52c16470e6
commit 7eb9d42f97
+2
View File
@@ -1,5 +1,7 @@
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy-job: