Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SFBdragon authored Dec 26, 2023
1 parent b4a74ae commit 8b9aa0e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: ci

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


env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 8b9aa0e

Please sign in to comment.