Skip to content

Commit 1069e8d

Browse files
authored
Update build.yml to include YAML file paths
Added support for YAML files in build workflow triggers.
1 parent c0e3d77 commit 1069e8d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ on:
66
paths:
77
- '**.cs'
88
- '**.csproj'
9+
- '**.yml'
910

1011
pull_request:
1112
paths:
1213
- '**.cs'
1314
- '**.csproj'
15+
- '**.yml'
16+
17+
workflow_dispatch:
1418

1519
env:
1620
REPODB_MYSQL_CONSTR_SYS: "Server=127.0.0.1;Port=43306;Database=sys;User ID=root;Password=ddd53e85-b15e-4da8-91e5-a7d3b00a0ab2;"

0 commit comments

Comments
 (0)