diff --git a/.github/copy-pr-bot.yaml b/.github/copy-pr-bot.yaml new file mode 100644 index 00000000..49f02c46 --- /dev/null +++ b/.github/copy-pr-bot.yaml @@ -0,0 +1,3 @@ +# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#configuration + +enabled: true \ No newline at end of file diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 0d8d2d63..e0faeb1d 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -15,15 +15,9 @@ name: Golang on: - pull_request: - types: - - opened - - synchronize - branches: - - main - - release-* push: branches: + - "pull-request/[0-9]+" - main - release-*