Merge 7b7a80bf651f344d8410d8ecf3f2f79d3b31c57f #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .github/workflows/ci.yml | |
name: CI for push on branch | |
on: | |
push: | |
branches: | |
- '*' # Trigger on any branch push | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: ./.github/workflows/common.yml | |
with: | |
run_docs: true |