Skip to content

Commit

Permalink
Limit PR actions to master (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Nov 6, 2022
1 parent 1e1da5d commit 3261165
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/additional_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: 'additional_files'

on:
push:
branches: ["master"]
branches:
- "master"
pull_request:
branches:
- "master"

permissions: {}

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/check_together.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: 'check_together'

on:
push:
branches: ["master"]
branches:
- "master"
pull_request:
branches:
- "master"

permissions: {}

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ignore_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: 'ignore_names'

on:
push:
branches: ["master"]
branches:
- "master"
pull_request:
branches:
- "master"

permissions: {}

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ignore_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: "ignore_paths"

on:
push:
branches: ["master"]
branches:
- "master"
pull_request:
branches:
- "master"

permissions: {}

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/scandir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: 'scandir'

on:
push:
branches: ["master"]
branches:
- "master"
pull_request:
branches:
- "master"

permissions: {}

Expand Down

0 comments on commit 3261165

Please sign in to comment.