8000 Update test-suite.yml · SaFiSec/docs.hackerone.com@9418313 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9418313

Browse files
Update test-suite.yml
1 parent 7a16baf commit 9418313

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-suite.yml

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

3-
on: [push, repository_dispatch]
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [master]
49

510
jobs:
611
update:

0 commit comments

Comments
 (0)
0