mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-23 03:03:14 +08:00
fix: removing action on pr as secret is not shared by forked repos
This commit is contained in:
parent
c00e9f5236
commit
aca67d4f33
14
.github/workflows/push.yaml
vendored
14
.github/workflows/push.yaml
vendored
@ -6,13 +6,13 @@ on:
|
|||||||
- ^v[0-9]*.[0-9]*.x$
|
- ^v[0-9]*.[0-9]*.x$
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
- v*
|
# - v*
|
||||||
paths:
|
# paths:
|
||||||
- 'pkg/**'
|
# - 'pkg/**'
|
||||||
- 'frontend/**'
|
# - 'frontend/**'
|
||||||
jobs:
|
jobs:
|
||||||
get-envs:
|
get-envs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user