Update dynamo.yml
This commit is contained in:
parent
89f4ce3fe2
commit
b0da6093ea
|
|
@ -1,19 +1,19 @@
|
|||
name: "Test supported 💿️"
|
||||
name: "Test all 💿️"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- actions/**
|
||||
#push:
|
||||
#branches:
|
||||
#- '**'
|
||||
#paths:
|
||||
#- actions/**
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- actions/**
|
||||
#pull_request:
|
||||
#branches:
|
||||
#- '**'
|
||||
#paths:
|
||||
#- actions/**
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue