diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6041c36f..bdcf7269 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,16 +1,6 @@ name: Integration tests -on: - pull_request: - paths-ignore: - - 'README.md' - branches: - - "*" - push: - paths-ignore: - - 'README.md' - branches: - - "*" +on: [push, pull_request] jobs: assemble: diff --git a/.github/workflows/unified-release.yml b/.github/workflows/unified-release.yml index 67c86dc3..6db6f153 100644 --- a/.github/workflows/unified-release.yml +++ b/.github/workflows/unified-release.yml @@ -1,16 +1,6 @@ name: Unified Release -on: - pull_request: - paths-ignore: - - 'README.md' - branches: - - "*" - push: - paths-ignore: - - 'README.md' - branches: - - "*" +on: [push, pull_request] jobs: assemble: