Skip to content

Commit

Permalink
run ci on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Sep 3, 2024
1 parent abbffc5 commit d83745a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

# Run functional regression checks
name: ci
on: [pull_request]
on:
pull_request:
push:
branches: [main]
jobs:

########
Expand Down

0 comments on commit d83745a

Please sign in to comment.