From 9f8c0d060dbf6a98bd36f03f71438cf84ee949fe Mon Sep 17 00:00:00 2001 From: Seung Hyun Kim Date: Sun, 28 Apr 2024 14:48:40 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c32926fd..2ea5306c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,15 +2,13 @@ name: CI # Controls when the action will run. -on: [push, pull_request] -# Older settings: # Triggers the workflow on push request events for the master branch, # and pull request events for all branches. -#on: -# push: -# branches: [ master ] -# pull_request: -# branches: [ '**' ] +on: + push: + branches: [ master ] + pull_request: + branches: [ 'update**' ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: