Skip to content

Commit

Permalink
Update config for CI (#965)
Browse files Browse the repository at this point in the history
Trigger CI builds on new PR creation. This also allows us to run the CI
for PRs from forks.

The main and develop branch will also run when pushed.

[skip changeset]
[skip review]
  • Loading branch information
tombruijn authored Sep 30, 2024
1 parent 98e7ee3 commit 710e995
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
name: CI
name: Elixir package CI

on:
push: {}
push:
branches:
- main
- develop
pull_request:
types:
- opened
- reopened
- synchronize
schedule:
- cron: "0 0 * * 1-5"
- cron: 0 0 * * 1-5

jobs:
lint_git:
Expand Down

0 comments on commit 710e995

Please sign in to comment.