Skip to content

Commit

Permalink
Create buildAndPublishPackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bielu authored Dec 25, 2023
1 parent fe1e176 commit 75d4ab8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/buildAndPublishPackage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]

workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# Runs a single command using the runners shell
ci:
uses: bielu/bielu.GithubActions.Templates/.github/workflows/ci.yml@main

0 comments on commit 75d4ab8

Please sign in to comment.