Skip to content

Commit 259ec03

Browse files
committed
revert ppls
1 parent aac033d commit 259ec03

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci_consumption_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
push:
1313
branches: [ dev, main, release/* ]
1414
pull_request:
15+
branches: [ dev, main, release/* ]
1516

1617
jobs:
1718
build:

.github/workflows/ci_e2e_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
push:
1414
branches: [dev, main, release/*]
1515
pull_request:
16+
branches: [ dev, main, release/* ]
1617
schedule:
1718
# Monday to Thursday 3 AM CST build
1819
# * is a special character in YAML so you have to quote this string

.github/workflows/ci_ut_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
push:
1818
branches: [ dev, main, release/* ]
1919
pull_request:
20+
branches: [ dev, main, release/* ]
2021

2122
jobs:
2223
build:

.github/workflows/linter.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ name: Lint Code Base
1515
#############################
1616
# Start the job on all push #
1717
#############################
18-
on:
19-
workflow_dispatch:
20-
push:
21-
branches: [ dev, main, release/* ]
22-
pull_request:
18+
on: [ push, pull_request, workflow_dispatch ]
19+
2320
###############
2421
# Set the Job #
2522
###############

0 commit comments

Comments
 (0)