We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e9860 commit 9fcdcfdCopy full SHA for 9fcdcfd
.github/workflows/coverage.yml
@@ -1,6 +1,12 @@
1
name: coverage
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - 'main'
7
+ - 'master'
8
+ pull_request:
9
+
10
11
jobs:
12
coverage:
.github/workflows/tests.yml
@@ -2,6 +2,9 @@ name: tests
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
CHANGELOG.md
@@ -5,6 +5,9 @@
### Added
- Added dependabot integration
+### Fixed
+- Reduced amount of checks when creating pull requests.
## [v1.8.0 (2023-02-17)](https://github.com/markwalet/laravel-changelog/compare/v1.7.0...v1.8.0)
13
0 commit comments