Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Apr 21, 2024
1 parent e74783e commit bb3a58f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths:
- '.github/workflows/lint-cli.yml'
- 'rookie-rs/src/**'
workflow_dispatch:

env:
RUST_BACKTRACE: 1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
push:
branches:
- main
- master
tags:
- '*'
pull_request:
paths:
- '.github/workflows/test-rust.yml'
- 'rookie-rs/**'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit bb3a58f

Please sign in to comment.