Skip to content

Add PR and Issue templates (#22) #11

Add PR and Issue templates (#22)

Add PR and Issue templates (#22) #11

Workflow file for this run

name: Trigger Pipeline
on:
push:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Trigger pipeline
run: ${{ secrets.PIPELINE_TRIGGER }}