Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoDev committed Nov 25, 2023
1 parent f6816ce commit 5c1a73c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Main Workflow

on:
push:
branches: [ "main" ]
tags: [ 'v*.*.*' ] # Publish semver tags as releases.
workflow_dispatch:

permissions:
contents: write
packages: write
actions: read
id-token: write
security-events: write

jobs:
workflow:
uses: tychodev321/workflow-templates/.github/workflows/container-publish.yml@main

0 comments on commit 5c1a73c

Please sign in to comment.