Skip to content

Commit

Permalink
chore: github workflow main only
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jan 29, 2023
1 parent 350484e commit 4ba2aff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create_workflows.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Release CI
on:
push:
branches:
- 'main'
tags:
- "v*.*.*"
- "v[0-9]+.[0-9]+.[0-9]+"

workflow_dispatch:

Expand Down

0 comments on commit 4ba2aff

Please sign in to comment.