Skip to content

Commit

Permalink
chore: Update update-extension-list.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 7, 2023
1 parent ae9fa2a commit a0f7715
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/update-extension-list.yml
@@ -1,23 +1,20 @@
name: " 🔗 Update Dependencies Main"
name: " 🔗 Update Extension Lists"

on:
push:
branches:
- main
paths:
- "**/package.json"
- "**/package-lock.json"

workflow_dispatch:
schedule:
- cron: "0 12 * * 0"

jobs:
update-dependencies:
update-extension-lists:
if: github.repository_owner == 'streetsidesoftware'
runs-on: ubuntu-latest
env:
NEW_BRANCH: "update-dependencies-main"
NEW_BRANCH: "update-extension-lists"
steps:
- name: Start
run: |
Expand Down

0 comments on commit a0f7715

Please sign in to comment.