This commit is contained in:
parent
432f3fe79c
commit
3f880ab087
@ -10,7 +10,7 @@ on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
@ -37,11 +37,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: "main"
|
||||
ref: "dev"
|
||||
- name: checkout pages
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: "pages"
|
||||
ref: "main"
|
||||
path: "pages"
|
||||
- name: Setup Ruby
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user