Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
chore([no ci]): Created local '.github/workflows/onPushToMain.yml' fr…
Browse files Browse the repository at this point in the history
…om remote 'templates/github-oclif/onPushToMain.yml'
  • Loading branch information
SF-CLI-BOT committed Sep 26, 2022
1 parent 7b1f4bc commit a29fada
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/onPushToMain.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# test
name: version, tag and github release

on:
push:
branches: [main]

jobs:
release:
uses: oclif/github-workflows/.github/workflows/githubRelease.yml@main
secrets: inherit

# most repos won't use this
# depends on previous job to avoid git collisions, not for any functionality reason
# docs:
# uses: salesforcecli/github-workflows/.github/workflows/publishTypedoc.yml@main
# secrets: inherit
# needs: release

0 comments on commit a29fada

Please sign in to comment.