mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Run CI workflow on pull requests (#96)
This commit is contained in:
parent
baefa69586
commit
0e84abe3f4
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
name: CI
|
||||
'on': [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue