Skip to content

Commit

Permalink
ci: Properly comment out pull_request matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
redmushie committed Oct 1, 2023
1 parent 2278dc6 commit 2a0b1a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
- master
- develop
- feature/multi-board-ci
pull_request:
branches:
- master
- develop
types: [opened, reopened, synchronize]
# pull_request:
# branches:
# - master
# - develop
# types: [opened, reopened, synchronize]
workflow_call: # When another workflow invokes this one.
outputs:
matrix:
Expand Down

0 comments on commit 2a0b1a5

Please sign in to comment.