Skip to content

Commit f814fcc

Browse files
author
PavelSinelnik
committed
return triggers to another actions
1 parent 6873714 commit f814fcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: validate specification
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- master
77

.github/workflows/verify-clients.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: verify clients
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- master
77

0 commit comments

Comments
 (0)