Skip to content

Commit

Permalink
update git action, fix doc and no more publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink committed Feb 9, 2024
1 parent f243c7c commit cebc737
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 45 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: black-action

on: [push, pull_request]

jobs:
linter_name:
name: runner / black
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Pages
on:
push:
branches:
- master
name: Generate Pages

on: [push, pull_request]

jobs:
docs:
runs-on: ubuntu-latest
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/publish.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Test

on:
push:
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit cebc737

Please sign in to comment.