Skip to content

Commit

Permalink
Update actions.
Browse files Browse the repository at this point in the history
Update actions.
  • Loading branch information
Fanteria authored Nov 14, 2024
2 parents e9e43da + 810a487 commit 086e551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Check
on:
push:
branches: [ "main", "dev" ]
branches: [ "main" ]
pull_request:
branches: [ "main", "dev" ]
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release
on:
push:
tags:
Expand Down

0 comments on commit 086e551

Please sign in to comment.