Skip to content

On dispatch or push development branch #81

On dispatch or push development branch

On dispatch or push development branch #81

Workflow file for this run

name: On dispatch or push development branch
on:
push:
# branches:
# - '*doc/*'
branches-ignore:
- main
- dependabot/** # https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# context_dump:
# runs-on: ubuntu-latest
# steps:
# - name: <DEBUG> Dump GitHub context
# env:
# GITHUB_CONTEXT: ${{ toJson(github) }}
# run: echo "$GITHUB_CONTEXT"
# shell: bash
publish_doc:
uses: ./.github/workflows/wc_publishSite.yml

Check failure on line 26 in .github/workflows/on_push_dev.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_push_dev.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on_push_dev.yml" -> "./.github/workflows/wc_publishSite.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
publish: "yes"