File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 # Runs on pushes targeting the `main` branch. Change this to `master` if you're
77 # using the `master` branch as the default branch.
88 push :
9- branches : [main ]
9+ branches : [master ]
1010 paths : ['docs/**']
1111
1212 # Allows you to run this workflow manually from the Actions tab
Original file line number Diff line number Diff line change 11on :
22 push :
3- branches : [main ]
3+ branches : [master ]
44 pull_request :
55
66name : Test
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ export default defineConfig({
3232 {
3333 text : 'Advanced Features' ,
3434 items : [
35- // { text: 'ID Generation', link: '/api/mutations' },
35+ // { text: 'ID Generation', link: '/api/mutations' },
3636 { text : 'Soft Delete' , link : '/features/soft-delete' } ,
37- // { text: 'Logging', link: '/api/mutations' },
37+ // { text: 'Logging', link: '/api/mutations' },
3838 ]
3939 } ,
4040 // {
You can’t perform that action at this time.
0 commit comments