Skip to content

Commit

Permalink
github workflow publish concat_expert branch
Browse files Browse the repository at this point in the history
  • Loading branch information
huixie90 committed Sep 8, 2023
1 parent fe59735 commit fb73798
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches:
- main
- concat_expert
pull_request:
branches: [ main ]
branches:
- main
- concat_expert

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -26,6 +30,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'true'
ref: 'concat_expert'

- name: Build pages
run: |
Expand Down

0 comments on commit fb73798

Please sign in to comment.