Added main as a deploy branch for theme uploading
no issue - we will be switching to main soon, and want to update this workflow to show how it should be used
This commit is contained in:
parent
e4a5e96d06
commit
4a6dfa8e04
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-theme.yml
vendored
1
.github/workflows/deploy-theme.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
Loading…
Reference in a new issue