mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-08-23 01:36:27 +02:00
Limit PR actions to master (#75)
This commit is contained in:
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: {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user