# HG changeset patch # User Dennis C. M. # Date 1628525204 -3600 # Node ID 4e46cc18fb7820b1d12d9ea1ebc88a87b9164362 # Parent 3269859fd31f8db0829eeb69e3f9c415c287fa3a Remove on push triggers committer: GitHub diff -r 3269859fd31f -r 4e46cc18fb78 .github/workflows/swift.yml --- a/.github/workflows/swift.yml Mon Aug 09 17:05:10 2021 +0100 +++ b/.github/workflows/swift.yml Mon Aug 09 17:06:44 2021 +0100 @@ -2,8 +2,6 @@ # We will trigger this workflow whenever someone pushes or pull request to the repo. on: - push: - branches: [ main ] pull_request: branches: [ main ]