mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 08:00:04 +01:00
master -> main (#201)
This commit is contained in:
parent
0c758a8d9f
commit
53c9c19e82
3 changed files with 78 additions and 100 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -2,10 +2,10 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
tags: 'v*'
|
||||
branches: [main]
|
||||
tags: "v*"
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue