type: development
This commit is contained in:
Casey Rodarmor 2020-01-31 14:29:01 +00:00
parent e2c1f29160
commit 2512b05ece
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,7 @@ on: [push]
jobs:
all:
name: All
strategy:
matrix:
os:

View File

@ -1,2 +1,4 @@
status = ["all"]
use_squash_merge = true
delete-merged-branches = true
status = ["All (%-latest)"]
use-squash-merge = true
cut-body-after = "---"