Skip to content

Commit

Permalink
Revert "ci-test"
Browse files Browse the repository at this point in the history
This reverts commit d95774a.
  • Loading branch information
quiet-node committed Apr 19, 2024
1 parent d9c016c commit d6be62a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, release/**]
push:
branches: [main, release/**]
branches: [main, release/**, node20]
tags: [v*]

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, release/**]
push:
branches: [main, release/**]
branches: [main, release/**, node20]
tags: [v*]

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, release/**]
push:
branches: [main, release/**]
branches: [main, release/**, node20]
tags: [v*]

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-tool-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, release/**]
push:
branches: [main, release/**]
branches: [main, release/**, node20]
tags: [v*]

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, release/**]
push:
branches: [main, release/**]
branches: [main, release/**, node20]
tags: [v*]

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, release/**]
push:
branches: [main, release/**]
branches: [main, release/**, node20]
tags: [v*]

concurrency:
Expand Down

0 comments on commit d6be62a

Please sign in to comment.