Skip to content

Commit c8521be

Browse files
authored
Merge pull request #39 from ember-nexus/github-issue/37
Remove trigger `pull_request` and `fork` from test CI, closes #37.
2 parents df31b2a + a5fa5ff commit c8521be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-test.yml

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

33
on:
44
- push
5-
- fork
6-
- pull_request
75

86
jobs:
97

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## Unreleased
99
### Added
1010
- Add scenarios `command.token.revoke.*`, closes #36.
11+
### Changed
12+
- Remove trigger `pull_request` and `fork` from test CI, closes #37.
1113

1214
## 0.0.20 - 2023-12-10
1315
### Added

0 commit comments

Comments
 (0)