Skip to content

Commit

Permalink
Use pre-job to skip duplicates (#26)
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
Olegt0rr authored Aug 27, 2023
2 parents 727a5df + 5f151b2 commit 6d11e44
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Linters

on: [ push, pull_request ]
on:
push:
branches:
- master
- feature/*
pull_request:
branches:
- master

jobs:

black:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6d11e44

Please sign in to comment.