Skip to content

Commit

Permalink
Merge pull request #3 from CalumY/build-on-main-push
Browse files Browse the repository at this point in the history
Build on push to main
  • Loading branch information
calumy authored Apr 21, 2023
2 parents 6bc90b7 + a442c56 commit 34dadcf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 34dadcf

Please sign in to comment.