Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zhPavel committed Dec 21, 2023
1 parent 29f1168 commit c60ab46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Run tests
name: Run linters and tests

on:
push:
branches:
- "3.x/*"
branches-ignore:
- "2.x/*"
pull_request:
branches:
- "3.x/*"
branches-ignore:
- "2.x/*"
workflow_dispatch:

permissions:
Expand Down

0 comments on commit c60ab46

Please sign in to comment.