Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjojo committed Apr 25, 2024
1 parent e02731e commit a7c8372
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: CI

on: [push, pull_request]
branches:
- '!doc'
on:
push:
branches:
- '!doc'
pull_request:
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Pylint

on: [push, pull_request]
branches:
- '!doc'
on:
push:
branches:
- '!doc'
pull_request:
- main

jobs:
Pylint:
Expand Down

0 comments on commit a7c8372

Please sign in to comment.