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:
parent
0541ad0bb6
commit
870cfc8226
1
.github/workflows/manual_activation.yml
vendored
1
.github/workflows/manual_activation.yml
vendored
@ -1,5 +1,6 @@
|
||||
name: Acquire activation file
|
||||
on:
|
||||
push: { branches: [main] }
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
unityVersion:
|
||||
|
Loading…
Reference in New Issue
Block a user