changeset 120:462fb542f386 1.2.9

Merge pull request #18 from denniscm190/denniscm190-patch-1 Remove on push triggers committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Mon, 09 Aug 2021 17:09:20 +0100
parents 3269859fd31f (current diff) 4e46cc18fb78 (diff)
children 6d53542f6f9e 6e1cebd56cb1
files
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: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 ]