test on push actions

This commit is contained in:
uazo
2022-10-28 06:39:30 -02:00
committed by GitHub
parent a47f939a7d
commit afd28067c1
+3 -1
View File
@@ -12,6 +12,8 @@ name: Check git apply
# statuses: none
on:
push:
workflow_dispatch:
inputs:
rtag:
@@ -20,7 +22,7 @@ on:
default: ''
env:
RTAG: ${{ github.event.inputs.rtag }}
RTAG: ${{ format("{0}{1}", github.event.commits[][sha], github.event.inputs.rtag) }}
jobs:
build: