Skip to content

Commit

Permalink
Disabling auto tagging to merge multiple MRs
Browse files Browse the repository at this point in the history
a few changes need to go in together, disabling automation until we're ready to go.
  • Loading branch information
daveshanley committed Oct 21, 2022
1 parent fae7a82 commit 3506c1c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Tag Release

on:
push:
branches:
- main
workflow_dispatch:
# push:
# branches:
# - main

jobs:
tag:
Expand Down

0 comments on commit 3506c1c

Please sign in to comment.