Skip to content

Commit

Permalink
Update and rename create-pull-request.yml to npm-run-generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Apr 17, 2024
1 parent 6cf03eb commit 6cfbbe2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: create-pull-request
name: npm run generate
on:
push:
branches: "main"
Expand All @@ -7,13 +7,13 @@ on:
- LICENSE
- .gitignore
- .github/**
- "!.github/workflows/create-pull-request.yml"
- "!.github/workflows/npm-run-generate.yml"
schedule:
- cron: "41 */6 * * *"
workflow_dispatch:
concurrency: ${{ github.workflow }}
jobs:
create-pull-request:
npm-run-generate:
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 6cfbbe2

Please sign in to comment.