Skip to content

Commit

Permalink
Update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit9126 committed Jan 24, 2024
1 parent b626783 commit 5569374
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ name: CI

on:
push:
# TODO: rerun on develop when we have the required dependencies
# branches: [main, develop]
branches: [main]
branches: [main, develop]
tags:
- "*"
pull_request:
# TODO: rerun on develop when we have the required dependencies
# branches: [main, develop]
branches: [main]
branches: [main, develop]

env:
CI: true
Expand Down

0 comments on commit 5569374

Please sign in to comment.