Skip to content

Commit

Permalink
Enabled test workflow for stable_0.6 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Apr 2, 2021
1 parent 89d2e0e commit ed5820d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- # cron (in UTC): minute hour day_of_month month day_of_week
cron: '00 03 * * SUN'
push:
branches: [ master ]
branches: [ master, stable_0.6 ]
pull_request:
branches: [ master ]
branches: [ master, stable_0.6 ]

jobs:

Expand Down

0 comments on commit ed5820d

Please sign in to comment.