Skip to content

Commit

Permalink
refactor(ci): Tweak CI run trigger to run on fewer pushes (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored Mar 12, 2024
1 parent be3bbff commit 7b525a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

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

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 7b525a6

Please sign in to comment.