Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stancsics <[email protected]>
  • Loading branch information
mlondschien and stanmart authored Jan 24, 2025
1 parent e26d59f commit 124c900
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: CI

on:
# We would like to trigger for CI for any pull request action -
# both from QuantCo's branches as well as forks.
pull_request:
branches:
- main
# In addition to pull requests, we want to run CI for pushes
# to the main branch and tags.
push:
branches:
- "main"
tags:
- "*"

jobs:
pre-commit-checks:
Expand Down

0 comments on commit 124c900

Please sign in to comment.