Skip to content

Commit

Permalink
Fixing Plain Index Workflow
Browse files Browse the repository at this point in the history
- Fixing brach name
- adding gitignore
  • Loading branch information
mathiasgrimm committed Nov 28, 2024
1 parent 6a9ded0 commit 6785184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plain-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Plain index
on:
push:
branches:
- mintlify
- main
schedule:
- cron: "0 */3 * * *"
jobs:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea

0 comments on commit 6785184

Please sign in to comment.