Skip to content

Commit

Permalink
activate on push dependent again
Browse files Browse the repository at this point in the history
  • Loading branch information
teamplayer3 committed Feb 3, 2024
1 parent 68bf89c commit db95c83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Rust

on:
push
# branches: [main]
# paths: ["**/*.rs", "**/Cargo.toml", "**/Cargo.lock", ".github/*.yml"]
# pull_request:
# branches: [main]
# paths: ["**/*.rs", "**/Cargo.toml", "**/Cargo.lock"]
push:
# branches: [main]
paths: ["**/*.rs", "**/Cargo.toml", "**/Cargo.lock", ".github/**/*.yml"]
pull_request:
branches: [main]
paths: ["**/*.rs", "**/Cargo.toml", "**/Cargo.lock"]

jobs:

Expand Down

0 comments on commit db95c83

Please sign in to comment.