Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Aug 10, 2023
1 parent c6adc3b commit 73eb339
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check-deno-dependencies-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Check Deno Dependencies Update"
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
types:
- "edited"
- "opened"
- "reopened"
- "synchronize"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
main:
name: "Main"
uses: "hugoalh/hugoalh/.github/workflows/check-deno-dependencies-update.yml@main"
18 changes: 18 additions & 0 deletions .github/workflows/verify-deno-dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Verify Deno Dependencies"
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
types:
- "edited"
- "opened"
- "reopened"
- "synchronize"
workflow_dispatch:
jobs:
main:
name: "Main"
uses: "hugoalh/hugoalh/.github/workflows/verify-deno-dependencies.yml@main"

0 comments on commit 73eb339

Please sign in to comment.