Skip to content

Commit

Permalink
run action also for branches with / in name
Browse files Browse the repository at this point in the history
  • Loading branch information
zingmane committed Oct 25, 2023
1 parent 0142b9d commit f6bfcfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: CI | Push on branches
on:
push:
branches:
- "*"
- "**"
- "!master"

env:
Expand Down Expand Up @@ -120,6 +120,6 @@ jobs:
path: artifacts

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: artifacts/test-results/**/*.xml

0 comments on commit f6bfcfe

Please sign in to comment.