Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of ubialimv.github.com:ubialimv/forms-autocompl…
Browse files Browse the repository at this point in the history
…eteMUI
  • Loading branch information
ubialimv committed Mar 2, 2020
2 parents bbcc003 + 9219a0e commit 0f4aae4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI

on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: codfish/semantic-release-action@master
env:
GITHUB_TOKEN: ${{ secrets.GB_TOKEN }}

0 comments on commit 0f4aae4

Please sign in to comment.