Skip to content

Commit 28134fa

Browse files
committed
Workflow issues for generation of dlib
1 parent 8bdc1eb commit 28134fa

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
name: CI Workflow
22

3-
# Trigger the workflow on push and pull request events
3+
# Trigger the workflow when directly pushing to main or when a PR is merged into main
44
on:
55
push:
6+
branches:
7+
- main
68
pull_request:
9+
branches:
10+
- main
11+
types:
12+
- closed
713

814
# Define the jobs to run in the workflow
915
jobs:
-1.14 MB
Binary file not shown.

0 commit comments

Comments
 (0)