Skip to content

Commit

Permalink
allow running Github Actions on 'maintenance/**' branches. (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Spalek <spalek@epages.com>
  • Loading branch information
lspalek and Lukas Spalek authored May 6, 2024
1 parent ff600fa commit 88d78d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- 'maintenance/**'
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit 88d78d5

Please sign in to comment.