Skip to content

Commit 61ea966

Browse files
removed trigger workflow_dispatch
1 parent 6210f82 commit 61ea966

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ on:
77
repository_dispatch:
88

99
jobs:
10-
trigger-site-repo-workflow:
11-
runs-on: ubuntu-latest
12-
permissions: write-all
13-
14-
steps:
15-
- run: gh workflow run main.yml --ref master --repo haxeflixel/haxeflixel.com
16-
env:
17-
GH_TOKEN: ${{ github.token }}
1810
build:
1911
runs-on: ubuntu-latest
2012
steps:

0 commit comments

Comments
 (0)