Sfoglia il codice sorgente

Update PR-builds.yml

Added workflow_dispatch to the builds job so we could run it manually from Github if we need to.
Peter Robinson 4 anni fa
parent
commit
025571bdc2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/PR-builds.yml

+ 1 - 1
.github/workflows/PR-builds.yml

@@ -1,5 +1,5 @@
 name: Build Packages
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
 jobs:
   Build-Windows-32bit-VS2019:
     name: 32-bit Windows On VS2019