changeset 119:4e46cc18fb78

Remove on push triggers committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Mon, 09 Aug 2021 17:06:44 +0100
parents 3269859fd31f
children 462fb542f386
files .github/workflows/swift.yml
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 ]