Run CI on pushes only to the master branch

This commit is contained in:
DevilXD
2023-06-17 22:45:23 +02:00
parent 7e7c6129a5
commit 8189f01cb5

View File

@@ -2,6 +2,8 @@ name: Build
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch: