Skip to content

Commit e96def4

Browse files
committed
run on every sync
1 parent 8a4d263 commit e96def4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Sync OpenAPI definition to ReadMe
22

33
# Run workflow for every push to the `main` branch
4-
on:
5-
push:
6-
branches:
7-
- main
4+
on: push
85

96
jobs:
107
sync:

0 commit comments

Comments
 (0)