Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brxken128 committed Aug 15, 2023
1 parent 2fbe4e9 commit ff1da95
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,28 @@ name: Workspace

on:
pull_request:
paths-ignore:
- README.md
paths:
- ".github/workflows/workspace.yml"
- "*/**"
- "Cargo.*"
push:
branches:
- master
paths-ignore:
- README.md
- .gitignore

# on:
# pull_request:
# paths:
# - ".github/workflows/workspace.yml"
# paths-ignore:
# - README.md
# push:
# branches:
# - master
# paths-ignore:
# - README.md

jobs:
clippy:
Expand Down

0 comments on commit ff1da95

Please sign in to comment.