Update main.yml

This commit is contained in:
IEEE UCSD 2022-06-03 15:35:32 -07:00 committed by GitHub
parent 4796dd7ef0
commit 68e9da9927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,9 @@ name: Deploy Site
# Controls when the workflow will run
on:
push:
branches: [ master]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: