Skip to content

Commit

Permalink
test init workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyqi committed Oct 10, 2023
1 parent 170ea20 commit 7989ff1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/reference-staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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:
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!"

0 comments on commit 7989ff1

Please sign in to comment.