# HG changeset patch # User Dennis C. M. # Date 1628525360 -3600 # Node ID 462fb542f38638c3073d03594f4240a4179c8ced # Parent 3269859fd31f8db0829eeb69e3f9c415c287fa3a# Parent 4e46cc18fb7820b1d12d9ea1ebc88a87b9164362 Merge pull request #18 from denniscm190/denniscm190-patch-1 Remove on push triggers committer: GitHub diff -r 3269859fd31f -r 462fb542f386 .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:09:20 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 ]