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 1a44954 commit 9e4ccf8Copy full SHA for 9e4ccf8
.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:
@@ -27,3 +24,17 @@ jobs:
27
24
version: vcs
28
25
build: official
29
26
token: ${{ secrets.DLTK }}
+ sync:
+ needs: ["build"]
+ runs-on: [self-hosted, macOS, ARM64]
30
+ name: Git Repo Sync
31
+ steps:
32
+ - uses: actions/checkout@v4
33
+ with:
34
+ fetch-depth: 0
35
+ lfs: true
36
+ - uses: wangchucheng/[email protected]
37
38
+ target-url: ${{ secrets.TARGET_URL }}
39
+ target-username: ${{ secrets.TARGET_USERNAME }}
40
+ target-token: ${{ secrets.TARGET_TOKEN }}
0 commit comments