Skip to content

Create test.yaml

Create test.yaml #1

Workflow file for this run

name: My workflow
on:
workflow_dispatch:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get branch name
run: echo "Branch name: ${{ github.ref }}"

Check failure on line 15 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 15