Skip to content

Commit

Permalink
ci: merge main action (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb authored Nov 10, 2023
1 parent 120805b commit f6f971f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/registry.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
name: registry


on:
schedule:
- cron: '20 4 * * *'
pull_request:
branches:
- master
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
# on:
# schedule:
# - cron: '20 4 * * *'

jobs:
build-registry:
Expand All @@ -17,6 +31,8 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

run: echo "head ref ${{ github.head_ref}} - ref ${{github.ref}}"

- name: Set Node.js 16.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit f6f971f

Please sign in to comment.