che divertente perdere 10 minuti per delle regex brutte #105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Deploy | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
deploy: | |
name: Deploy | |
uses: csunibo/config/.github/workflows/statik.yml@main | |
with: | |
regex_include: "\\.(pdf|link|txt|html|css|js|ts|ico|env|zip|vim|md)$" |