We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6200543 commit ed4525bCopy full SHA for ed4525b
.github/workflows/build.yml
@@ -1,11 +1,8 @@
1
name: Build
2
on:
3
push:
4
- paths:
5
- - '**.4dm'
6
pull_request:
7
8
+ delete:
9
workflow_dispatch:
10
11
jobs:
@@ -31,3 +28,17 @@ jobs:
31
28
version: vcs
32
29
build: official
33
30
token: ${{ secrets.DLTK }}
+ sync:
+ needs: ["build"]
+ runs-on: [self-hosted, macOS, ARM64]
34
+ name: Git Repo Sync
35
+ steps:
36
+ - uses: actions/checkout@v4
37
+ with:
38
+ fetch-depth: 0
39
+ lfs: true
40
+ - uses: wangchucheng/[email protected]
41
42
+ target-url: ${{ secrets.TARGET_URL }}
43
+ target-username: ${{ secrets.TARGET_USERNAME }}
44
+ target-token: ${{ secrets.TARGET_TOKEN }}
0 commit comments