Skip to content

Test

Test #2

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_run:
workflows: ["build"]
types:
- completed
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- run: echo "hello"