Merge b014c503c9e555e24ec3878181c94531f6909a0e #29
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 |