Skip to content

Commit

Permalink
ignore tags
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Dec 11, 2023
1 parent 97608e8 commit 985274b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Lint

on: [push, pull_request]

# on: [push, pull_request]
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 985274b

Please sign in to comment.