Skip to content

Commit

Permalink
Fix branches in CI GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Apr 28, 2022
1 parent fdbb8de commit a27affa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: CI

on:
push:
branches: [ main ]
branches:
- master
pull_request:
branches: [ main ]
branches:
- develop
- master

workflow_dispatch:

Expand Down

0 comments on commit a27affa

Please sign in to comment.