File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 4
4
release :
5
5
types : [released, prereleased]
6
6
pull_request :
7
-
7
+ branches : [ '**' ]
8
+ push :
9
+ branches : [ '[0-9]{3}-(summer|spring|winter)-[0-9]{2}' ]
8
10
9
11
env :
10
12
# APPLITOOLS_API_KEY:
@@ -91,11 +93,15 @@ jobs:
91
93
92
94
- uses : " ./.github/actions/copy-tokens-to-workspace"
93
95
94
- # - run: |-HEROKU_RELEASE_STORYBOOK_APP_NAME
95
- # HEROKU_APP_NAME=${{ steps.which-heroku-app.outputs.HEROKU_APP_NAME }}
96
- # HEROKU_RELEASE_STORYBOOK_APP_NAME=${{ steps.which-heroku-app.outputs.HEROKU_RELEASE_STORYBOOK_APP_NAME }}
97
- # echo $HEROKU_APP_NAME
98
- # echo $HEROKU_RELEASE_STORYBOOK_APP_NAME
96
+ - name : Print destination app names
97
+ run : |
98
+ HEROKU_APP_NAME=${{ steps.which-heroku-app.outputs.HEROKU_APP_NAME }}
99
+ HEROKU_RELEASE_STORYBOOK_APP_NAME=${{ steps.which-heroku-app.outputs.HEROKU_RELEASE_STORYBOOK_APP_NAME }}
100
+ echo "=============================="
101
+ echo $HEROKU_APP_NAME
102
+ echo $HEROKU_RELEASE_STORYBOOK_APP_NAME
103
+ # if HEROKU_RELEASE_STORYBOOK_APP_NAME is "true", then we are in a PR
104
+ echo "=============================="
99
105
100
106
- name : Compile styles
101
107
run : npm run gulp -- styles
You can’t perform that action at this time.
0 commit comments