Skip to content

Commit db641a8

Browse files
committed
Updated the workflow push
1 parent f6a72c9 commit db641a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/content-service-pr-check.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Pull Request Checks
22

33
on:
4-
pull_request:
5-
branches: [ main, master ]
6-
types: [opened, synchronize, reopened]
7-
4+
push:
5+
branches:
6+
- '*'
87
jobs:
98
test-and-quality:
109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)