mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Try to trigger CI on push to branches but not to tags
* Running CI on tag is redundant with the branch push. * Do not build on pushes to v1 as CI already ran on the master commit before.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
name: Test this action
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- v1
|
||||
tags-ignore:
|
||||
- '*'
|
||||
paths-ignore:
|
||||
- README.md
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user