Skip to content

Commit aca67d4

Browse files
committed
fix: removing action on pr as secret is not shared by forked repos
1 parent c00e9f5 commit aca67d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/push.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
- ^v[0-9]*.[0-9]*.x$
77
tags:
88
- "*"
9-
pull_request:
10-
branches:
11-
- main
12-
- v*
13-
paths:
14-
- 'pkg/**'
15-
- 'frontend/**'
9+
# pull_request:
10+
# branches:
11+
# - main
12+
# - v*
13+
# paths:
14+
# - 'pkg/**'
15+
# - 'frontend/**'
1616
jobs:
1717
get-envs:
1818
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)