We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4d263 commit e96def4Copy full SHA for e96def4
.github/workflows/sync.yml
@@ -1,10 +1,7 @@
1
name: Sync OpenAPI definition to ReadMe
2
3
# Run workflow for every push to the `main` branch
4
-on:
5
- push:
6
- branches:
7
- - main
+on: push
8
9
jobs:
10
sync:
0 commit comments