Skip to content

Commit

Permalink
Replace $default-branch with the actual value
Browse files Browse the repository at this point in the history
The default-branch value is just a placeholder that GitHub doesn't
actually implement.
  • Loading branch information
ekohl committed Dec 29, 2023
1 parent 8949644 commit 229c56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ env:
on:
push:
branches:
- $default-branch
- master
paths-ignore:
- '**.md'
pull_request:
branches:
- $default-branch
- master
paths-ignore:
- '**.md'

Expand Down

0 comments on commit 229c56f

Please sign in to comment.