Run CI on all PRs

misc_brokerd_backend_repairs
Tyler Goodlet 2023-01-10 13:13:52 -05:00
parent 23835f2c08
commit 73379d3627
1 changed files with 1 additions and 2 deletions

View File

@ -3,9 +3,8 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
push:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab