From 6c1d3e22f560cfa8df8b01dbac5a789cd374ca97 Mon Sep 17 00:00:00 2001 From: Seth Eliot Date: Sat, 7 Sep 2024 12:27:33 -0700 Subject: [PATCH 1/2] testing workflow --- test | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test diff --git a/test b/test new file mode 100644 index 0000000..e69de29 From 95057175a295e1bf85fa1ecd63925cea631621a9 Mon Sep 17 00:00:00 2001 From: Seth Eliot Date: Sat, 7 Sep 2024 12:31:58 -0700 Subject: [PATCH 2/2] testing workflow --- .github/workflows/test.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f5966c..de99339 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,13 +1,15 @@ name: Display Ref Name on: - push: - branches: - - "*" # Trigger on any branch push - pull_request: - branches: - - "*" # Trigger on any branch for pull requests - + push: + branches: + - main + - stage + pull_request: + branches: + - main + - stage + jobs: show-ref-name: runs-on: ubuntu-latest