Skip to content

Commit

Permalink
switch to dev for the publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Dec 19, 2024
1 parent 894a46c commit cff9425
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
# publishing code at head.

name: Publish:Internal

on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]

jobs:
publish:
uses: ./.github/workflows/publish.yaml
with:
local_debug: true
use-flutter: false
write-comments: false
sdk: dev

0 comments on commit cff9425

Please sign in to comment.