Skip to content

Commit

Permalink
[ci]: Fix I2::Dev::Publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 authored and appetrosyan committed Feb 27, 2023
1 parent 02f63b5 commit c4af68c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/iroha2-dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: I2::Dev::Publish
permissions:
pull-requests: read

on:
push:
branches: [iroha2-dev]
# Run the workflow to check that the docker containers are properly buildable
workflow_run:
workflows: [I2::Dev::Tests]
types: [requested]
pull_request:
branches: [iroha2-dev]
paths:
- '.github/workflows/**.yml'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit c4af68c

Please sign in to comment.