diff --git a/.github/copy-pr-bot.yaml b/.github/copy-pr-bot.yaml new file mode 100644 index 0000000..a3247b4 --- /dev/null +++ b/.github/copy-pr-bot.yaml @@ -0,0 +1,2 @@ +# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#configuration +enabled: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0bcced1..6cef2f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,11 @@ # limitations under the License. name: "CI" -on: [push, pull_request] +on: + push: + branches: + - "pull-request/[0-9]+" + - main jobs: lint: