Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BarisYazici authored Jul 31, 2023
1 parent c4c3476 commit e3859e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [ develop ]
branches: [humble, develop]
pull_request:
branches: [ develop ]
branches: [humble, develop]
jobs:
CI:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
files: build/*/test_results/*/*.xml
files: build/*/test_results/*/*.xml

0 comments on commit e3859e8

Please sign in to comment.