From 0d7001f6798a97d2ac16cab5173364a359b7e9dc Mon Sep 17 00:00:00 2001 From: jeroen22319 <67419904+jeroen22319@users.noreply.github.com> Date: Fri, 26 Jun 2020 14:05:08 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 746b5cdd9..b9d1a599f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,9 @@ name: CI on: #push: - # branches: [ master ] + # branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: runs-on: ubuntu-latest