Update dynamo.yml

This commit is contained in:
zenobit 2025-04-09 20:13:57 +02:00 committed by GitHub
parent 89f4ce3fe2
commit b0da6093ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 11 deletions

View File

@ -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 }}