Skip to content

Commit

Permalink
Filter release workflow by pathname not by branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed May 14, 2024
1 parent 98dfc68 commit 5262189
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
"name": "RELEASE",
"on": {
"push": {
"branches": [
"master"
],
"paths": [
"**/ChangeLog.md"
"ChangeLog.md"
]
}
},
Expand Down

0 comments on commit 5262189

Please sign in to comment.