Skip to content

Commit c4abb5c

Browse files
ci: configure schemas/readme workflow only for push event on main branch
1 parent 2e3a661 commit c4abb5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/schemas_readme.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Update schemas/readme
22

33
on:
44
push:
5-
branches: [ main, feature/schemas-readme ]
6-
#paths:
7-
# - 'schemas/**'
8-
# - .github/schemas-readme.template
9-
# - utils/gh-actions/schemas-readme-updater.sh
5+
branches: [ main ]
6+
paths:
7+
- 'schemas/**'
8+
- .github/schemas-readme.template
9+
- utils/gh-actions/schemas-readme-updater.sh
1010

1111
jobs:
1212
update-readme:

0 commit comments

Comments
 (0)