Update addon-ci.yaml
This commit is contained in:
parent
0a185b6707
commit
0e7f8e0653
1 changed files with 2 additions and 3 deletions
5
.github/workflows/addon-ci.yaml
vendored
5
.github/workflows/addon-ci.yaml
vendored
|
@ -5,8 +5,7 @@ name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- dev
|
||||||
- dev
|
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
slug:
|
slug:
|
||||||
|
@ -119,4 +118,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
prettier_options: --write **/*.{json,js,md,yaml}
|
prettier_options: --write **/*.{json,js,md,yaml}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue