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 931ca42 commit a8df854Copy full SHA for a8df854
.github/workflows/code-quality.yml
@@ -1,10 +1,10 @@
1
name: Code Quality Checks
2
3
on:
4
- pull_request:
+ push:
5
branches:
6
- main
7
- - master
+ pull_request:
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/testing.yml
@@ -1,11 +1,10 @@
name: Testing
- workflow_dispatch:
11
0 commit comments