Skip to content

Commit

Permalink
Fixed comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 committed Nov 8, 2024
1 parent a33c81f commit b5a1330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Test on Push

# Trigger the workflow on push or pull request,
# but only for the main branch
on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: rust-clippy analyze

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '16 19 * * 6'
Expand Down

0 comments on commit b5a1330

Please sign in to comment.