Skip to content

Commit

Permalink
chore: support feature braches
Browse files Browse the repository at this point in the history
  • Loading branch information
Olegt0rr committed Aug 27, 2023
1 parent d220685 commit 5f151b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Linters

on:
pull_request:
push:
branches:
- master

- feature/*
pull_request:
branches:
- master

jobs:
black:
Expand Down

0 comments on commit 5f151b2

Please sign in to comment.