mirror of
https://github.com/eternal-flame-AD/unitdc-rs.git
synced 2024-11-24 11:36: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
|
name: Web
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches: [ "main" ]
|
workflows: ["Rust Check"]
|
||||||
pull_request:
|
types:
|
||||||
branches: [ "main" ]
|
- completed
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
Loading…
Reference in a new issue