Skip to content

Commit

Permalink
(wip)[actions] trigger build workflow after docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lmnotran committed Jun 19, 2024
1 parent 3402bd9 commit 2dbf97c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@
name: Build

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- 'main'
workflow_run:
workflows: [Publish to DockerHub]
types: [completed]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'openthread/ot-efr32' && github.run_id) || github.ref }}
Expand Down

0 comments on commit 2dbf97c

Please sign in to comment.