mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
testing actions
This commit is contained in:
parent
23c2fa28ff
commit
9ae12c3e55
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user