mirror of
https://github.com/fbelavenuto/arpl.git
synced 2025-12-24 14:52:05 +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
|
||||
on:
|
||||
|
||||
# Push only in dev
|
||||
# Push and PR
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
# pull_request:
|
||||
|
||||
# When a release is published
|
||||
release:
|
||||
types: [published]
|
||||
# release:
|
||||
# types: [published]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user