Skip to content

Commit

Permalink
github: Add new event types for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darktohka authored Feb 8, 2021
1 parent 95abc76 commit 99641b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/autobuild-workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build FlashPatch

on:
push:
branches: master
on: [push, repository_dispatch, workflow_dispatch]

jobs:
build:
Expand Down Expand Up @@ -30,4 +28,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: FlashPatch
path: FlashPatch/bin/FlashPatch.exe
path: FlashPatch/bin/FlashPatch.exe

0 comments on commit 99641b2

Please sign in to comment.