Skip to content

Commit e7c6e8c

Browse files
committed
Remove pull request triggers from workflow and ignore README.md changes on push
1 parent 51fc531 commit e7c6e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

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

33
on:
44
push:
5-
pull_request:
6-
types: [labeled, reopened, synchronize, ready_for_review]
5+
paths-ignore:
6+
- 'README.md'
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)