We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa9ca0 commit c0d4349Copy full SHA for c0d4349
.github/workflows/iroha2-pr.yml
@@ -3,8 +3,7 @@ name: Iroha2-java pull requests workflow
3
on:
4
pull_request:
5
branches: [ iroha2-dev, iroha2-main ]
6
- push:
7
- branches: [ test/gradle-merged ]
+
8
jobs:
9
build:
10
runs-on: [self-hosted, Linux, iroha2]
.github/workflows/iroha2.yml
@@ -2,7 +2,7 @@ name: Iroha2-java main branch workflow
2
push:
- branches: [ iroha2-dev, iroha2-main ]
+ branches: [ iroha2-dev, iroha2-main, test/gradle-merged ]
runs-on: ubuntu-latest
0 commit comments