Skip to content

test init workflow

test init workflow #8

name: Create Staging link versions on ReadMe from non-main branches
on:
// when a PR is created in any branch except main that have made changes to the
// reference folder, run this workflow
push:

Check failure on line 6 in .github/workflows/reference-staging.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/reference-staging.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
branches-ignore:
- main
jobs:
# ////////////////////////////////////////////////////////////////////////
# Pull Request
# ////////////////////////////////////////////////////////////////////////
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run a test command
run: echo "Test workflow is running!"