Skip to content

Commit fa6cc96

Browse files
committed
Adjust event triggers for ci actions.
Signed-off-by: Humair Khan <[email protected]>
1 parent 58e7824 commit fa6cc96

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/image-check.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Image-check
22
on:
3-
# push:
4-
# branches:
5-
# - '**'
6-
# tags-ignore:
7-
# - 'v*'
8-
# pull_request:
9-
workflow_dispatch:
10-
3+
pull_request:
114
jobs:
125
test:
136
runs-on: ubuntu-latest

.github/workflows/precommit.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Pre-commit
22
on:
3-
# push:
4-
# branches:
5-
# - '**'
6-
# tags-ignore:
7-
# - 'v*'
8-
# pull_request:
9-
workflow_dispatch:
10-
3+
pull_request:
114
jobs:
125
precommit:
136
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)