peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
131 stars 19 forks source link

Trigger Github Actions only once per commit #500

Closed peterstace closed 1 year ago

peterstace commented 1 year ago

Description

Previously, CI via Github Actions would be triggered multiple times per push if there is an open PR for the corresponding branch. When a developer pushes a new commit, the first run would be triggered by the push event, and the second run triggered by the pull_request event (because pushing new commits alters the pull request).

Check List

Have you:

Related Issue

Benchmark Results