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:
@@ -1,5 +1,6 @@
|
|||||||
name: Acquire activation file
|
name: Acquire activation file
|
||||||
on:
|
on:
|
||||||
|
push: { branches: [main] }
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
unityVersion:
|
unityVersion:
|
||||||
|
|||||||
Reference in New Issue
Block a user