Skip to content

Commit

Permalink
Run the build workflow on the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 10, 2024
1 parent 0cdf44c commit 30ed8fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

name: Build
# Responsible for creating a build. The build process succeeding is a test
# on itself. If it succeeds, then we know that the executable can be run
# and everything that remains are possible run-time errors :).

name: Build and test

on:
push:
branches: "master"
pull_request:
branches: "master"
workflow_dispatch:
Expand Down

0 comments on commit 30ed8fc

Please sign in to comment.