Skip to content

Commit 961b966

Browse files
duyetduyetbot
andcommitted
ci: add workflow_dispatch and bats path trigger
- Enable manual workflow triggering - Trigger CI on .bats file changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com>
1 parent ae0040a commit 961b966

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/bash-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name: Bash Tests
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main, master, "claude/**"]
67
paths:
78
- "**/*.sh"
9+
- "**/*.bats"
810
- ".github/workflows/bash-tests.yml"
911
pull_request:
1012
branches: [main, master]
1113
paths:
1214
- "**/*.sh"
15+
- "**/*.bats"
1316
- ".github/workflows/bash-tests.yml"
1417

1518
permissions:

0 commit comments

Comments
 (0)