Skip to content

Commit 0ea47a0

Browse files
committed
Revert
1 parent 35b556b commit 0ea47a0

File tree

4 files changed

+825
-5921
lines changed

4 files changed

+825
-5921
lines changed

.github/workflows/update-readme.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name: Update README from CONTRIBUTE_README
22

3-
on:
4-
push:
5-
branches: [master]
6-
paths:
7-
- "CONTRIBUTE_README.md"
8-
- "scripts/*.java"
9-
pull_request:
10-
branches: [master]
11-
paths:
12-
- "CONTRIBUTE_README.md"
13-
- "scripts/*.java"
14-
workflow_dispatch:
3+
# Workflow disabled
4+
# on:
5+
# push:
6+
# branches: [master]
7+
# paths:
8+
# - "CONTRIBUTE_README.md"
9+
# - "scripts/*.java"
10+
# pull_request:
11+
# branches: [master]
12+
# paths:
13+
# - "CONTRIBUTE_README.md"
14+
# - "scripts/*.java"
15+
# workflow_dispatch:
1516

1617
jobs:
1718
update-readme:

0 commit comments

Comments
 (0)