1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 04:56:12 +03:00

more updates for master -> main

This commit is contained in:
Wez Furlong 2021-02-03 21:51:01 -08:00
parent 8ee11484b9
commit 89438c2947
25 changed files with 26 additions and 26 deletions

View File

@ -4,7 +4,7 @@ name: centos7
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: centos8
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: debian10.3
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: debian9.12
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: fedora31
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: fedora32
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: fedora33
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: macos
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: ubuntu16
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: ubuntu18
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: ubuntu20.04
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -4,7 +4,7 @@ name: windows
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'

View File

@ -6,7 +6,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'

View File

@ -592,7 +592,7 @@ def generate_pr_actions():
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/*'
""",
@ -610,7 +610,7 @@ on:
- cron: "10 3 * * *"
push:
branches:
- master
- main
paths-ignore:
- 'docs/**'
""",