Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to include btop, genmon, pihole…
Browse files Browse the repository at this point in the history
…-unbound, and pocketbase directories
  • Loading branch information
dragonfire1119 committed May 21, 2024
1 parent a279806 commit 8fe09f9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_release_for_btop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "btop/**"

jobs:
create:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_and_release_for_genmon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main
- add-genmon
paths:
- "genmon/**"

jobs:
create:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and_release_for_pihole_unbound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "pihole-unbound/**"

jobs:
create:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and_release_for_pocketbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "pocketbase/**"

jobs:
create:
Expand Down

0 comments on commit 8fe09f9

Please sign in to comment.