Update main.yml
This commit is contained in:
parent
4796dd7ef0
commit
68e9da9927
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue