We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df31b2a + a5fa5ff commit c8521beCopy full SHA for c8521be
.github/workflows/ci-test.yml
@@ -2,8 +2,6 @@ name: Test
2
3
on:
4
- push
5
- - fork
6
- - pull_request
7
8
jobs:
9
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
10
- Add scenarios `command.token.revoke.*`, closes #36.
11
+### Changed
12
+- Remove trigger `pull_request` and `fork` from test CI, closes #37.
13
14
## 0.0.20 - 2023-12-10
15
0 commit comments