github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/yaml/testdata/on/push-5.yaml (about)

     1  on:
     2    push:
     3      # Sequence of patterns matched against refs/heads
     4      branches-ignore:    
     5        - 'mona/octocat'
     6        - 'releases/**-alpha'
     7      # Sequence of patterns matched against refs/tags
     8      tags-ignore:        
     9        - v2
    10        - v1.*