We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3554a67 commit aabe4e7Copy full SHA for aabe4e7
.github/workflows/summary.yaml
@@ -1,7 +1,7 @@
1
name: Summary
2
on:
3
- pull_request:
4
- branches:
+ push:
+ branches-ignore:
5
- main
6
jobs:
7
wait-for-triggered-checks:
.github/workflows/tests.yaml
@@ -1,16 +1,10 @@
name: Tests
push:
- - main
- - renovate/lock-file-maintenance
paths-ignore:
8
- .gitignore
9
- LICENSE
10
- README.md
11
12
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
16
cancel-in-progress: true
0 commit comments