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:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
5
.github/workflows/check_together.yml
vendored
5
.github/workflows/check_together.yml
vendored
@ -2,8 +2,11 @@ name: 'check_together'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
5
.github/workflows/ignore_names.yml
vendored
5
.github/workflows/ignore_names.yml
vendored
@ -2,8 +2,11 @@ name: 'ignore_names'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
5
.github/workflows/ignore_paths.yml
vendored
5
.github/workflows/ignore_paths.yml
vendored
@ -2,8 +2,11 @@ name: "ignore_paths"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
5
.github/workflows/scandir.yml
vendored
5
.github/workflows/scandir.yml
vendored
@ -2,8 +2,11 @@ name: 'scandir'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user