Skip to content

Commit

Permalink
CI testing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Sep 23, 2024
1 parent ddaa46b commit 103bb52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Check

on:
[push, pull_request]
push:
branches:
- '**'
pull_request:
branches:
- '**'

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mips-unknown-linux-gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build mips-unknown-linux-gnu Releases
on:
push:
tags:
- "*"
- "v*.*.*"
env:
CARGO_TERM_COLOR: always

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Releases
on:
push:
tags:
- "*"
- "v*.*.*"
env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 103bb52

Please sign in to comment.