mirror of
https://github.com/eternal-flame-AD/unitdc-rs.git
synced 2024-11-24 03:26:43 -06:00
update workflow dependencies
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
ecc5fb4223
commit
8eba95fa0c
1 changed files with 6 additions and 4 deletions
10
.github/workflows/web.yml
vendored
10
.github/workflows/web.yml
vendored
|
@ -1,10 +1,12 @@
|
|||
name: Web
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
workflow_run:
|
||||
workflows: ["Rust Check"]
|
||||
types:
|
||||
- completed
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
Loading…
Reference in a new issue