diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6a7d046..4b228b4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,4 +1,12 @@ -on: [ pull_request, push ] +on: + push: + branches: + - '**' + tags-ignore: + - '**' + pull_request: + branches: + - '**' name: "Benchmark" diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 785acce..abeaa8a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,4 +1,12 @@ -on: [ pull_request, push ] +on: + push: + branches: + - '**' + tags-ignore: + - '**' + pull_request: + branches: + - '**' name: "Checks"