Skip to content

Commit

Permalink
[ci]: Update branches triggers names (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
  • Loading branch information
BAStos525 committed Apr 22, 2024
1 parent d0681ce commit 140490e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Expand Up @@ -9,7 +9,6 @@ on:
push:
branches:
- main

This comment has been minimized.

Copy link
@mversic

mversic Apr 23, 2024

I think this should be iroha1-main now

This comment has been minimized.

Copy link
@mversic

mversic Apr 23, 2024

I get the feeling that this file should be moved to iroha1-main branch and removed from main branch. Unless it's expected to trigger for both iroha2 and iroha1 tags

- master
tags:
- '*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-pr.yml
@@ -1,7 +1,7 @@
name: Iroha 2 pull request workflow
on:
pull_request:
branches: [iroha2]
branches: [main]

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2.yml
@@ -1,7 +1,7 @@
name: Iroha 2 main branch workflow
on:
push:
branches: [iroha2]
branches: [main]

jobs:
build:
Expand Down

0 comments on commit 140490e

Please sign in to comment.