Skip to content

Commit

Permalink
Allow manual triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 24, 2024
1 parent 8b52f5b commit 83108e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches: ["main", "dev"]
pull_request:
branches: ["dui3/alpha"]

workflow_dispatch:

jobs:
build-and-publish:
runs-on: windows-latest
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Tester

on:
pull_request:
branches: ["dui3/alpha"]

workflow_dispatch:
jobs:
test:
runs-on: windows-latest
Expand Down
3 changes: 1 addition & 2 deletions Build/Consts.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections;
using System.Collections.Generic;
using System.Collections.Generic;

namespace Build;

Expand Down

0 comments on commit 83108e3

Please sign in to comment.