test on push actions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user