Skip to content

Commit

Permalink
fix: accidental templating variables not subsituted
Browse files Browse the repository at this point in the history
  • Loading branch information
soupglasses committed Sep 14, 2024
1 parent 786a1ea commit a8e56a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: CMake

on:
push:
branches: [ $default-branch ]
branches: [ main ]
pull_request:
branches: [ $default-branch ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: CMake Install

on:
push:
branches: [ $default-branch ]
branches: [ main ]
pull_request:
branches: [ $default-branch ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit a8e56a6

Please sign in to comment.