From bcb621b122bdee7bd408073aa913843a2484654d Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 5 Oct 2022 15:01:57 -0700 Subject: [PATCH] Oops, don't comment out that much --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b2ac024..fb80c166 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,14 +1,14 @@ -# name: Build -# run-name: Build win32, win64, mac (Intel), snap (amd64) 🚀 -# on: -# push: -# branches: -# - main -# pull_request: -# branches: -# - main +name: Build +run-name: Build win32, win64, mac (Intel), snap (amd64) 🚀 +on: + push: + branches: + - main + pull_request: + branches: + - main -# jobs: +jobs: # build-win64: # runs-on: windows-latest # steps: