Skip to content

Commit 71ede65

Browse files
auditing
1 parent 5d2e386 commit 71ede65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: CI Pipeline
33
on:
44
pull_request:
55
branches: [master]
6-
# push:
7-
# branches: ["**"]
6+
push:
7+
branches: ["**"]
88

99
jobs:
1010
format:
1111
name: Code Format Check
1212
uses: ./.github/workflows/format.yaml
13-
13+
1414
audit:
1515
name: Lighthouse Audit
1616
uses: ./.github/workflows/audit.yaml

0 commit comments

Comments
 (0)