Skip to content

Commit

Permalink
Merge pull request #108 from rogy-AquaLab/check-all-in-main
Browse files Browse the repository at this point in the history
Check everything in `refs/heads/main`
  • Loading branch information
H1rono authored Apr 4, 2024
2 parents b9e3b00 + afb3c4e commit a06142a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- 'examples/**'
- '.github/workflows/main.yml'
outputs:
src: ${{ steps.filter.outputs.src }}
docs: ${{ steps.filter.outputs.docs }}
examples: ${{ steps.filter.outputs.examples }}
src: ${{ github.ref == 'refs/heads/main' || steps.filter.outputs.src }}
docs: ${{ github.ref == 'refs/heads/main' || steps.filter.outputs.docs }}
examples: ${{ github.ref == 'refs/heads/main' || steps.filter.outputs.examples }}

pio-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a06142a

Please sign in to comment.