Add push: { branches: [main] } so it gets executed once

There seem to be a limitation with workflow_dispatch where job doesn't appear if not triggered at least once. I wonder how this can be solved. 🤔
This commit is contained in:
Gabriel Le Breton 2020-10-08 10:31:15 -04:00
parent 0541ad0bb6
commit 870cfc8226

View File

@ -1,5 +1,6 @@
name: Acquire activation file
on:
push: { branches: [main] }
workflow_dispatch:
inputs:
unityVersion: