Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
quiet-node committed Sep 11, 2023
1 parent 24cacef commit 05148cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/system-dapp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Create production-ready build

on:
pull_request:
branches: [main, release/**]
branches: [main, release/**, 'system-dapp-ci-1stattempt']
push:
branches: [main, release/**]
branches: [main, release/**, 'system-dapp-ci-1stattempt']
tags: [v*]
env:
OWNER: hashgraph
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests CI

on:
pull_request:
branches: [main, release/**]
branches: [main, release/**, 'system-dapp-ci-1stattempt']
push:
branches: [main, release/**]
branches: [main, release/**, 'system-dapp-ci-1stattempt']
tags: [v*]

concurrency:
Expand Down

0 comments on commit 05148cd

Please sign in to comment.