Skip to content

Commit 203dab9

Browse files
author
Salvatore Mazzarino
authored
fix: remove detect changes (#469)
1 parent 511e2a8 commit 203dab9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/mainnet-api-main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
build:
10-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
1110
runs-on: ubuntu-latest
1211
permissions:
1312
contents: read

.github/workflows/mainnet-reader-main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
build:
10-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
1110
runs-on: ubuntu-latest
1211
permissions:
1312
contents: read

0 commit comments

Comments
 (0)