Skip to content

Commit 3ae98df

Browse files
Update build.yml
1 parent 1bcbab1 commit 3ae98df

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

.github/workflows/build.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1-
name: "build"
1+
name: "Build CI/CD PipeLine"
2+
23
on:
3-
pull_request:
4-
schedule:
5-
- cron: "0 0 * * *" # Run everyday
4+
push:
5+
branches: [main, develop]
6+
paths-ignore:
7+
- "*.md"
8+
- "docs/**"
9+
10+
11+
pull_request:
12+
branches: [main]
13+
types: [opened, synchronize, reopened]
14+
paths-ignore:
15+
- "*.md"
16+
- "docs/**"
17+
schedule:
18+
- cron: "0 0 * * *"
19+
20+
workflow_dispatch:
21+
22+
23+
624
jobs:
725
build:
826
name: Build and Test

0 commit comments

Comments
 (0)