Skip to content

Commit

Permalink
fix(main.yml): modify branch pattern in GitHub Actions workflow to in…
Browse files Browse the repository at this point in the history
…clude nested branches

This change allows the workflow to run on pushes to all branches, including those in subdirectories.
  • Loading branch information
MrHinsh committed Jul 17, 2024
1 parent 532edf7 commit 0136b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:

on:
push:
branches: ["*"]
branches: ["**"]
tags-ignore: ["v*-*"]

pull_request:
Expand Down

0 comments on commit 0136b77

Please sign in to comment.