Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Restore building release branches in "test" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Mar 10, 2020
1 parent 57c3f14 commit b9cc6ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
pull_request:
branches:
- 'master'
- 'releases/*'
push:
branches:
- 'master'
- 'releases/*'
jobs:
run:
name: Run
Expand Down

0 comments on commit b9cc6ea

Please sign in to comment.