Skip to content

Commit

Permalink
Update on rules for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin authored May 30, 2024
1 parent 7cc78a3 commit 4bade99
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 4bade99

Please sign in to comment.