diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99c4219..3548d98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,9 +3,6 @@ name: build on: push: branches: [ master ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] schedule: # Build the image regularly (each Friday) - cron: '13 22 * * 5'