Skip to content

Commit

Permalink
Whitespace and comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jun 28, 2024
1 parent dbfb6ea commit a8cee6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint-ffi-bindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main

pull_request:
paths:
- "bindings_ffi/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/noop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: No Op

on:
pull_request:
# ignore code changes
# ignore code and some workflow changes
paths:
- "!.github/workflows/lint-ffi-bindings.yml"
- "!.github/workflows/lint-node-bindings.yml"
Expand Down

0 comments on commit a8cee6f

Please sign in to comment.