File tree Expand file tree Collapse file tree 4 files changed +37
-43
lines changed Expand file tree Collapse file tree 4 files changed +37
-43
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Format
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+
9+ jobs :
10+ format :
11+ if : github.repository_owner == 'bombshell-dev'
12+ uses : bombshell-dev/automation/.github/workflows/format.yml@main
13+ secrets : inherit
Original file line number Diff line number Diff line change 1+ name : Preview
2+
3+ on : [push, pull_request]
4+
5+ jobs :
6+ format :
7+ if : github.repository_owner == 'bombshell-dev'
8+ uses : bombshell-dev/automation/.github/workflows/preview.yml@main
9+ secrets : inherit
10+ with :
11+ publish : ' .'
Original file line number Diff line number Diff line change 1+ name : Publish
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+
9+ jobs :
10+ publish :
11+ if : github.repository_owner == 'bombshell-dev'
12+ uses : bombshell-dev/automation/.github/workflows/publish.yml@main
13+ secrets : inherit
You can’t perform that action at this time.
0 commit comments