Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyseta committed Jul 26, 2023
1 parent ca31c2c commit fec77f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 65 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Build and Deploy
on:
push:
Expand All @@ -12,4 +11,4 @@ jobs:
name: Deploy
uses: csunibo/config/.github/workflows/statik.yml@main
with:
regex_include: "\\.(pdf|link|txt|apkg)$"
regex_include: "\\.(pdf|link|txt)$"
63 changes: 0 additions & 63 deletions .github/workflows/check.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/filenames.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check filenames
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
filenames:
name: Check filenames
uses: csunibo/config/.github/workflows/filenames.yml@main

0 comments on commit fec77f9

Please sign in to comment.