0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-09 16:00:40 +00:00

ci: fix branch name

This commit is contained in:
Beatriz Vieira 2021-09-24 18:42:36 -03:00
parent 53f25edf84
commit 2ad08a207a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: ci
on:
push:
branches: [main]
branches: [master]
paths-ignore:
- "**.md"
- "**/.gitignore"

View File

@ -2,7 +2,7 @@ name: pull_request
on:
pull_request:
branches: [ main ]
branches: [ master ]
paths-ignore:
- '**.md'
- '**/.gitignore'