Skip to content

Commit

Permalink
Introduce common GitHub Action build and test
Browse files Browse the repository at this point in the history
Sync all gonvenience packages to use GitHub Action for build and test..
  • Loading branch information
HeavyWombat committed Feb 17, 2021
1 parent 6527ef6 commit c7b2bd1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
name: Build and Tests

on: [push, pull_request]
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit c7b2bd1

Please sign in to comment.