Skip to content

Commit 9872f16

Browse files
Added CI checks
1 parent 782b11d commit 9872f16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/workflow.yml

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

33
on:
4-
pull_request:
4+
push:
55
branches:
6-
- main
7-
- develop
6+
- '**' # matches every branch
7+
- '!master'
88

99
jobs:
1010
code-quality:

0 commit comments

Comments
 (0)