Skip to content

Commit

Permalink
avoid running workflows AFTER merging PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Jan 24, 2025
1 parent d96e4b0 commit 55fba7c
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 37 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/clippy-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/coverage-protocols.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Protocol test Coverage

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/coverage-roles.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Roles test Coverage

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/coverage-utils.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Util Test Coverage

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/fmt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/lockfiles.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Lockfiles

# Trigger the workflow on push or pull request events for the main branch
# Trigger the workflow on pull request events for the main branch
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/mg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
name: MG Test

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/rust-msrv.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/semver-check.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Semver Check

on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/sv2-header-check.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down

0 comments on commit 55fba7c

Please sign in to comment.