Skip to content

Commit

Permalink
feat: Adds implementation for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-rubio-go committed Jan 18, 2024
1 parent 7950a32 commit e0b617e
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/ci-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: ci-build
on: [push, pull_request, workflow_dispatch]

jobs:
build:
uses: looker-open-source/reusable-actions/.github/workflows/marketplace-viz-ci-build.yml@main
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: release

on:
workflow_dispatch:
push:
branches:
- master

# Cancels an release workflows in progress
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
release:
permissions:
contents: write
pull-requests: write
uses: looker-open-source/reusable-actions/.github/workflows/marketplace-viz-release.yml@main
secrets: inherit
Loading

0 comments on commit e0b617e

Please sign in to comment.