Skip to content

Commit

Permalink
Update CI workflow to include 'develop' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Apr 21, 2024
1 parent 3aa931f commit c7961d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: CI

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

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

permissions:
actions: read
Expand Down

0 comments on commit c7961d9

Please sign in to comment.