Skip to content

Commit fd79788

Browse files
author
Janne Rönkkö
committed
Do not run Github Actions workflows on push to any branch
1 parent 6f50ab4 commit fd79788

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/check-renovatebot-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Check renovatebot config
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68

79
jobs:

.github/workflows/doctoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Doctoc
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
6-
branches: [main]
78

89
jobs:
910
verify-doctoc:

.github/workflows/test-healthcheck-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Test healthcheck action
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
6-
branches: [main]
78

89
jobs:
910
test-healthcheck-success:

.github/workflows/test-setup-e2e-environment-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Test setup e2e environment action
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
6-
branches: [main]
78

89
jobs:
910
test-e2e-setup-action:

0 commit comments

Comments
 (0)