Update workflow to build on pull request only

pull/9/head
Alex 2022-02-06 13:11:17 -06:00 committed by GitHub
parent c917875943
commit 1d3ee2008c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ on:
# * is a special character in YAML so you have to quote this string
#- cron: '0 0 * * *'
workflow_dispatch:
push:
branches: [ main ]
#push:
#branches: [ main ]
pull_request:
branches: [ main ]