1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore: update refs from master to main (#1048)

This commit is contained in:
Pete Davison
2023-04-15 20:39:35 +01:00
committed by GitHub
parent 720137304b
commit d9165646c6
12 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ on:
tags:
- v*
branches:
- master
- main
jobs:
lint:

View File

@@ -6,7 +6,7 @@ on:
tags:
- v*
branches:
- master
- main
jobs:
test:

View File

@@ -3,7 +3,7 @@ name: Upload Source Documents
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,7 @@ name: Website Deploy
on:
push:
branches:
- master
- main
jobs:
website-deploy:

View File

@@ -3,7 +3,7 @@ name: Website Test
on:
pull_request:
branches:
- master
- main
jobs:
website-test: