From dd3479e882311e14b105855ea914b0515bd8fe8b Mon Sep 17 00:00:00 2001 From: Sebastian-byte Date: Thu, 8 Jul 2021 16:40:21 -0500 Subject: [PATCH] Revert "Disable build on push, closes #36" This reverts commit e19730d3ba771fdd960f02e5abb83661ef24f8db. Nightly.link ignores manual builds. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 576493a4..3d86bdb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,8 @@ name: CI on: + push: + branches: [ develop ] pull_request: branches: [ develop ] workflow_dispatch: