为构建和部署作业添加环境标识符
This commit is contained in:
parent
0b18d83cd4
commit
9e903e6948
@ -10,7 +10,7 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
build-and-deploy(production):
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -6,7 +6,7 @@ on:
|
||||
types: [opened,synchronize]
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
build-and-deploy(dev):
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user