Skip to content

Commit

Permalink
Run actions also on master and release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Jan 16, 2021
1 parent 18183ed commit 706a7c5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: CI

on:
push:
branches: [ devel ]
branches:
- devel
- master
- "release-*"
pull_request:
branches: [ devel ]
branches:
- devel
- master
- "release-*"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 706a7c5

Please sign in to comment.