Skip to content

Commit

Permalink
ci: run CI on release branches
Browse files Browse the repository at this point in the history
Refs: ST-1, ST-3, ST-11
  • Loading branch information
gampnico committed May 12, 2023
1 parent 26fa7bd commit 81c4b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Pytest and Linting

on:
push:
branches: ["main"]
branches: ["main", "release-**"]
pull_request:
branches: ["main"]
branches: ["main", "release-**"]

permissions:
contents: read
Expand Down

0 comments on commit 81c4b54

Please sign in to comment.