Skip to content

Commit

Permalink
Merge pull request #39 from YOUSIKI/update-workflows
Browse files Browse the repository at this point in the history
Run check and build workflows on update flake lock PR
  • Loading branch information
yousiki authored Jan 7, 2025
2 parents 3e21aef + 5e22318 commit 308e899
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-hakase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- update_flake_lock_action
pull_request:
branches:
- "*"
- update_flake_lock_action
workflow_dispatch:
jobs:
call-workflow-passing-data:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-nano.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- update_flake_lock_action
pull_request:
branches:
- "*"
- update_flake_lock_action
workflow_dispatch:
jobs:
call-workflow-passing-data:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-satoshi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- update_flake_lock_action
pull_request:
branches:
- "*"
- update_flake_lock_action
workflow_dispatch:
jobs:
call-workflow-passing-data:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- update_flake_lock_action
pull_request:
branches:
- "*"
- update_flake_lock_action
workflow_dispatch:
jobs:
check:
Expand Down

0 comments on commit 308e899

Please sign in to comment.