diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/test-queries.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dd608d246..9f380e1c5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,6 @@ name: Linting and style checking on: push: pull_request: - types: [opened, synchronize, reopened, ready_for_review] jobs: luacheck: diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index fd1fdce8f..5c67d503a 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -5,7 +5,6 @@ on: branches: - "master" pull_request: - types: [opened, synchronize, reopened, ready_for_review] branches: - "master" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a628d4d7c..0a216d2ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,6 @@ on: branches: - "master" pull_request: - types: [opened, synchronize, reopened, ready_for_review] branches: - "master" |
