Skip to content

Commit

Permalink
Let's try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratstail91 committed Aug 9, 2024
1 parent d83b42a commit 7fd6dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/comprehensive-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7fd6dd6

Please sign in to comment.