mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-05 00:02:07 +08:00
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -3,14 +3,13 @@ name: Build image
|
|||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
|
|
||||||
# Push only in dev
|
# Push and PR
|
||||||
push:
|
push:
|
||||||
branches:
|
# pull_request:
|
||||||
- dev
|
|
||||||
|
|
||||||
# When a release is published
|
# When a release is published
|
||||||
release:
|
# release:
|
||||||
types: [published]
|
# types: [published]
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user