Update workflow to build on pull request only

This commit is contained in:
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

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 ]