Skip to content

set on-push-n-pr workflows trigget as workflow_dispatch #4

set on-push-n-pr workflows trigget as workflow_dispatch

set on-push-n-pr workflows trigget as workflow_dispatch #4

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch:
push:
branches: ['*', '!update-*-to-*', '!IBC-update*']
pull_request:
branches: ['master', '!update-*-to-*', '!IBC-update*']
jobs:
build:
name: Build image
strategy:
matrix:
channel: ['stable', 'latest']
uses: gnzsnz/ib-gateway-docker/.github/workflows/build.yml@master

Check failure on line 16 in .github/workflows/on-push-n-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-push-n-pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on-push-n-pr.yml" -> "gnzsnz/ib-gateway-docker/.github/workflows/build.yml@master" : failed to fetch workflow: workflow was not found.
with:
channel: ${{ matrix.channel }}