allow for github actions to run on all branches

This commit is contained in:
ITotalJustice
2025-01-01 17:50:08 +00:00
parent 6dbf48d73c
commit cf95128f0b

View File

@@ -1,10 +1,6 @@
name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
on: [push, pull_request]
jobs:
build: