Skip to content

Commit

Permalink
some internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
techexplorers123 committed Feb 26, 2024
1 parent 2bce56b commit 79765a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CI
on:
push:
branches: [master]
branches: [main]
tags:
- '*'
pull_request:
branches: [master]
branches: [main]
workflow_dispatch:
permissions:
contents: write
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
addon/doc/*.css
addon/doc/en/
*_docHandler.py
*.html
*.ini
Expand Down

0 comments on commit 79765a4

Please sign in to comment.