Skip to content

Commit c9ec16d

Browse files
committed
Tooling: do not run pdf/gfm/docsify workflows on pr's
closes #987
1 parent b249f59 commit c9ec16d

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/docsify.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
branches: [master]
77
# triggered manually
88
workflow_dispatch:
9-
# triggered by pull requests
10-
pull_request:
119

1210
jobs:
1311
docsify:

.github/workflows/gfm.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
branches: [master]
77
# triggered manually
88
workflow_dispatch:
9-
# triggered by pull requests
10-
pull_request:
119

1210
jobs:
1311
gfm:

.github/workflows/pdf.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
branches: [master]
77
# triggered manually
88
workflow_dispatch:
9-
# triggered by pull requests
10-
pull_request:
119

1210
jobs:
1311
pdf:

0 commit comments

Comments
 (0)