Skip to content

Commit a8df854

Browse files
committed
Fix workflow config
1 parent 931ca42 commit a8df854

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Code Quality Checks
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- main
7-
- master
7+
pull_request:
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/testing.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Testing
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- main
7-
- master
8-
workflow_dispatch:
7+
pull_request:
98

109
concurrency:
1110
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)