From 870cfc82260882815e1ffd0119c5837d84ae69e2 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Thu, 8 Oct 2020 10:31:15 -0400 Subject: [PATCH] Add push: { branches: [main] } so it gets executed once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. 🤔 --- .github/workflows/manual_activation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual_activation.yml b/.github/workflows/manual_activation.yml index b496fa9..7dd7078 100644 --- a/.github/workflows/manual_activation.yml +++ b/.github/workflows/manual_activation.yml @@ -1,5 +1,6 @@ name: Acquire activation file on: + push: { branches: [main] } workflow_dispatch: inputs: unityVersion: