From 3dc753a626a4d4916f2951c2a22d0318a2502d9f Mon Sep 17 00:00:00 2001 From: Arttu Kaipiainen Date: Sun, 29 Nov 2020 02:59:01 +0200 Subject: [PATCH] Re-enable workflow on push/pull request --- .github/workflows/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4faf43303..e2ac8cd81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,14 @@ name: CI on: - # push: - # branches: - # - master - # - next - # pull_request: - # branches: - # - master - # - next + push: + branches: + - master + - next + pull_request: + branches: + - master + - next release: types: - created