Run workflow on all push and pull events

This commit is contained in:
Leroy Hopson 2021-06-08 23:01:03 +07:00
parent caf3bf1910
commit 9e8bc713e7
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

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