0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-21 22:10:39 +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: on:
push: push:
branches: [main] branches: [master]
paths-ignore: paths-ignore:
- "**.md" - "**.md"
- "**/.gitignore" - "**/.gitignore"

View File

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