From 7fd6dd610ee3e9327350859b047b0c4792e74f19 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 9 Aug 2024 22:30:50 +1000 Subject: [PATCH] Let's try again --- .github/workflows/comprehensive-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/comprehensive-tests.yml b/.github/workflows/comprehensive-tests.yml index d625779..01c57f5 100644 --- a/.github/workflows/comprehensive-tests.yml +++ b/.github/workflows/comprehensive-tests.yml @@ -3,15 +3,15 @@ env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} #set the name of the tests -name: Comprehensive Tests; branch {{ BRANCH_NAME }} +name: Comprehensive Tests; branch ${{ BRANCH_NAME }} #trigger when these occur on: push: branches: - - {{ BRANCH_NAME }} + - ${{ BRANCH_NAME }} pull_request: - - {{ BRANCH_NAME }} + - ${{ BRANCH_NAME }} #testing the workflows while nothing is functional yet jobs: