Skip to content

Commit 82472d2

Browse files
CI for script reindexing
1 parent 48071b1 commit 82472d2

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/reindex_dtss.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: Refresh Starter Script Index
4+
5+
on:
6+
pull_request_target:
7+
types:
8+
- closed
9+
workflow_dispatch:
10+
11+
jobs:
12+
if_merged:
13+
# if: github.event.pull_request.merged == true
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v7
17+
- name: Create and push index
18+
run: |
19+
echo Add other actions to build,
20+
echo test, and deploy your project.

0 commit comments

Comments
 (0)