Skip to content

Commit aabe4e7

Browse files
committed
Update workflow triggers
1 parent 3554a67 commit aabe4e7

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/summary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Summary
22
on:
3-
pull_request:
4-
branches:
3+
push:
4+
branches-ignore:
55
- main
66
jobs:
77
wait-for-triggered-checks:

.github/workflows/tests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
name: Tests
22
on:
33
push:
4-
branches:
5-
- main
6-
- renovate/lock-file-maintenance
74
paths-ignore:
85
- .gitignore
96
- LICENSE
107
- README.md
11-
pull_request:
12-
branches:
13-
- main
148
concurrency:
159
group: ${{ github.workflow }}-${{ github.ref }}
1610
cancel-in-progress: true

0 commit comments

Comments
 (0)