mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
Limit PR actions to master (#75)
This commit is contained in:
parent
1e1da5dfe2
commit
3261165459
5
.github/workflows/additional_files.yml
vendored
5
.github/workflows/additional_files.yml
vendored
@ -2,8 +2,11 @@ name: 'additional_files'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches:
|
||||||
|
- "master"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
5
.github/workflows/check_together.yml
vendored
5
.github/workflows/check_together.yml
vendored
@ -2,8 +2,11 @@ name: 'check_together'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches:
|
||||||
|
- "master"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
5
.github/workflows/ignore_names.yml
vendored
5
.github/workflows/ignore_names.yml
vendored
@ -2,8 +2,11 @@ name: 'ignore_names'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches:
|
||||||
|
- "master"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
5
.github/workflows/ignore_paths.yml
vendored
5
.github/workflows/ignore_paths.yml
vendored
@ -2,8 +2,11 @@ name: "ignore_paths"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches:
|
||||||
|
- "master"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
5
.github/workflows/scandir.yml
vendored
5
.github/workflows/scandir.yml
vendored
@ -2,8 +2,11 @@ name: 'scandir'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches:
|
||||||
|
- "master"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user