Skip to content

Commit

Permalink
Merge pull request #167 from Yelp/more-ci
Browse files Browse the repository at this point in the history
Run github ci workflow for more scenarios
  • Loading branch information
ymilki authored Nov 18, 2023
2 parents 2e54d8a + 839cf9b commit abe8cc7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
---
name: build
on: push

on:
push:
branches:
- master
tags:
- v*.*
pull_request:
release:

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit abe8cc7

Please sign in to comment.