diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 48bf6457..9fffc172 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -2,15 +2,10 @@ name: Autoformat on: pull_request: - paths-ignore: - - "README.MD" types: [opened, synchronize, reopened, ready_for_review] push: branches: - main - paths-ignore: - - "README.MD" - - '.gitignore' jobs: check-format: diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 1ef166d4..7e087a35 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -6,8 +6,6 @@ on: - main tags: - '*' - paths-ignore: - - '**.md' pull_request: types: [opened, synchronize, reopened, ready_for_review] branches: diff --git a/.github/workflows/ci-mac.yml b/.github/workflows/ci-mac.yml index 1959b86c..2df2fcd1 100644 --- a/.github/workflows/ci-mac.yml +++ b/.github/workflows/ci-mac.yml @@ -6,8 +6,6 @@ on: - main tags: - '*' - paths-ignore: - - '**.md' pull_request: types: [opened, synchronize, reopened, ready_for_review] branches: diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 06152133..698723df 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -6,8 +6,6 @@ on: - main tags: - '*' - paths-ignore: - - '**.md' pull_request: types: [opened, synchronize, reopened, ready_for_review] branches: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6e794927..975e600c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,16 +6,10 @@ on: - main tags: - '*' - paths-ignore: - - '**.md' pull_request: types: [opened, synchronize, reopened, ready_for_review] branches: - main - paths-ignore: - - '**.md' - - 'changelog.lua' - - '.gitignore' schedule: - cron: '00 00 * * 6' diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 6df5a377..ebcdbdbd 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -2,18 +2,10 @@ name: Static Analysis on: pull_request: - paths-ignore: - - '**.md' - - 'changelog.lua' - - '.gitignore' types: [opened, synchronize, reopened, ready_for_review] push: branches: - main - paths-ignore: - - '**.md' - - 'changelog.lua' - - '.gitignore' jobs: luacheck: