Rename workflows. (#90)
This commit is contained in:
parent
7a779eb65c
commit
992e68affe
|
@ -1,3 +1,5 @@
|
|||
name: main
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
|
@ -8,7 +10,7 @@ env:
|
|||
SERVICE: api # Restart the API service TODO and relays
|
||||
|
||||
jobs:
|
||||
build:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
|
@ -1,3 +1,5 @@
|
|||
name: pr
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
|
@ -6,7 +8,7 @@ env:
|
|||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
check:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
Loading…
Reference in New Issue