removed workflows from pullrequest trigger

This commit is contained in:
2025-11-09 19:33:04 +01:00
parent 451015d2f2
commit 6d2f76eb72
2 changed files with 18 additions and 23 deletions

View File

@@ -5,8 +5,6 @@ on:
branches: ["main"] branches: ["main"]
paths: paths:
- "Cargo.toml" - "Cargo.toml"
pull_request:
branches: ["main"]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View File

@@ -4,16 +4,13 @@ on:
push: push:
branches: ["main"] branches: ["main"]
paths: paths:
- 'Cargo.toml' - "Cargo.toml"
pull_request:
branches: [ "main" ]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: