Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix build workflow to really accept any branch (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik authored Feb 17, 2022
1 parent ff871d9 commit b92d270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test

on:
push:
branches: [master, "*"]
branches: [master, "**"]

env:
# increment it in case if you need to reset cache
Expand Down

0 comments on commit b92d270

Please sign in to comment.