diff --git a/.github/workflows/build-phar.yml b/.github/workflows/build-phar.yml index 3cd3170a61..9727b5205f 100644 --- a/.github/workflows/build-phar.yml +++ b/.github/workflows/build-phar.yml @@ -4,8 +4,8 @@ on: # Run on pushes to master and on pull requests which touch files used when building the PHARs. # Prevent the build from running when there are only irrelevant changes. push: - branches: - - master +# branches: +# - master paths: - '.github/workflows/build-phar.yml' - '.github/workflows/reusable-build-phar.yml' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b304de2226..854a78c71d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,10 +4,10 @@ on: # Run on pushes to `master` and on all pull requests. # Prevent the build from running when there are only irrelevant changes. push: - branches: - - master - tags: - - '**' +# branches: +# - master +# tags: +# - '**' paths-ignore: - '**.md' pull_request: