Skip to content

Commit 09fa763

Browse files
Merge pull request #69 from TheDragonCode/1.x
The running of tests on the Pull Request event is removed
2 parents 11f6086 + d41349b commit 09fa763

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/code-style.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Code Style
22

33
on:
44
push:
5-
pull_request:
65

76
permissions: write-all
87

.github/workflows/test-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches-ignore:
66
- main
7-
pull_request:
87

98
permissions: read-all
109

.github/workflows/tests.yml

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

3-
on: [ push, pull_request ]
3+
on:
4+
push:
45

56
jobs:
67
unit:

0 commit comments

Comments
 (0)