Skip to content

Commit 1cef403

Browse files
committed
Revert commit
1 parent c7f6b57 commit 1cef403

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/CD-time-tracker-ui.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
types: [closed]
1010
branches:
1111
- master
12+
push:
13+
branchs:
14+
- fix-reload-page
1215

1316
jobs:
1417
build-and-deploy:
@@ -50,11 +53,11 @@ jobs:
5053
publish-profile: ${{ secrets.AzureAppService_PublishProfile_728dc744f9384bf38e8a0446aaaee29d }}
5154
package: ${BUILD_PATH}
5255

53-
- uses: actions/checkout@v2
54-
- name: Slack Notification
55-
uses: rtCamp/[email protected]
56-
env:
57-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
58-
SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
59-
SLACK_TITLE: 'A new version has been cooked:'
60-
SLACK_USERNAME: 'heisenberg-says:'
56+
# - uses: actions/checkout@v2
57+
# - name: Slack Notification
58+
# uses: rtCamp/[email protected]
59+
# env:
60+
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
61+
# SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
62+
# SLACK_TITLE: 'A new version has been cooked:'
63+
# SLACK_USERNAME: 'heisenberg-says:'

0 commit comments

Comments
 (0)