Skip to content

Commit

Permalink
T Run github ci workflow for more scenarios
Browse files Browse the repository at this point in the history
* Run github for master branch, tags, pull-requests, release
  • Loading branch information
ymilki authored Nov 17, 2023
1 parent 2e54d8a commit 839cf9b
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 839cf9b

Please sign in to comment.