Skip to content

Commit

Permalink
Do not run CI by default on other branches
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed May 13, 2024
1 parent da5c61d commit e3bb659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/code_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- '**/Cargo.toml' # Run when dependencies change
- '**/Cargo.lock' # Run when dependencies change
- '**/src/**'
branches: [main]
pull_request:
paths:
- '.github/workflows/code_validation.yml' # Run when this workflow changes
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/security_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '.github/workflows/security_audit.yml' # Run when this workflow changes
- '**/Cargo.toml' # Run when dependencies change
- '**/Cargo.lock' # Run when dependencies change
branches: [main]
pull_request:
paths:
- '.github/workflows/security_audit.yml' # Run when this workflow changes
Expand Down
2 changes: 1 addition & 1 deletion paxy/src/action/repository/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub fn handle_repository_install_action(

todo!();

Ok(())
// Ok(())
}

#[allow(unused)]
Expand Down

0 comments on commit e3bb659

Please sign in to comment.