Skip to content

Commit

Permalink
update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
alianides committed Sep 6, 2024
1 parent a93abdc commit 3c0ac74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hostsvc-link-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'

jobs:
build-hostsvc-link-amd64:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/hostsvc-link-test-smb-on.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: test-hostsvc-link-smb-on
on:
workflow_dispatch:
pull_request:
branches: [ main ]
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'

jobs:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/hostsvc-link-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: test-hostsvc-link
on:
workflow_dispatch:
pull_request:
branches: [ main ]
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'

jobs:
test-hostsvc-link-amd64:
Expand Down

0 comments on commit 3c0ac74

Please # to comment.