Skip to content

Commit 5531434

Browse files
authored
chore: Only run PR checks on pull_request (#116)
* Only test on pull_request * Update CHANGELOG
1 parent 6040669 commit 5531434

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: unit-tests-and-static-analysis
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
build:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# [unreleased] - XXXX-XX-XX
8+
### Changed
9+
- [PR 116](https://github.com/salesforce/django-declarative-apis/pull/XXX) Only run PR checks on `pull_request`
10+
711
# [0.25.2] - 2023-01-20
812
### Fixed
913
- [PR 120](https://github.com/salesforce/django-declarative-apis/pull/120) Fix correlation ID logging for deferred tasks

0 commit comments

Comments
 (0)