Skip to content

Commit 9fcdcfd

Browse files
committed
Reduced amount of checks when creating pull requests
1 parent c9e9860 commit 9fcdcfd

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: coverage
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
- 'master'
8+
pull_request:
9+
410

511
jobs:
612
coverage:

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: tests
22

33
on:
44
push:
5+
branches:
6+
- 'main'
7+
- 'master'
58
pull_request:
69
schedule:
710
- cron: '0 0 * * *'

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### Added
66
- Added dependabot integration
77

8+
### Fixed
9+
- Reduced amount of checks when creating pull requests.
10+
811
## [v1.8.0 (2023-02-17)](https://github.com/markwalet/laravel-changelog/compare/v1.7.0...v1.8.0)
912

1013
### Added

0 commit comments

Comments
 (0)