Skip to content

Commit

Permalink
Activate workflows on stable branches (cookiecutter#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed May 14, 2021
1 parent 7a5f253 commit 28463db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -3,7 +3,8 @@ name: CI Tests
on:
push:
branches:
- master
- "master"
- "stable/*"
tags:
- "*"
pull_request:
Expand Down

0 comments on commit 28463db

Please sign in to comment.