Skip to content

Commit

Permalink
fixed branch name for actions (we are still using "master" in this repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoBl committed Aug 12, 2023
1 parent 2518894 commit 18614a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test and Release
on:
push:
branches:
- "main"
- "master"
tags:
# normal versions
- "v[0-9]+.[0-9]+.[0-9]+"
Expand Down

0 comments on commit 18614a9

Please sign in to comment.