Skip to content

Commit

Permalink
master to main (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdkuk committed Jun 20, 2021
1 parent 3999fbc commit 0435431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Expand Up @@ -22,14 +22,3 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
notification:
if: always()
needs:
- goreleaser
name: workflow notification to slack
runs-on: ubuntu-latest
steps:
- uses: Gamesight/slack-workflow-status@master
with:
repo_token: ${{secrets.GITHUB_TOKEN}}
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
13 changes: 1 addition & 12 deletions .github/workflows/test_and_build.yml
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [master]
branches: [main]
pull_request:
types: [opened, synchronize, edited]

Expand Down Expand Up @@ -50,14 +50,3 @@ jobs:
run: make lint
- name: test
run: make test
notification:
if: always()
needs:
- test
name: workflow notification to slack
runs-on: ubuntu-latest
steps:
- uses: Gamesight/slack-workflow-status@master
with:
repo_token: ${{secrets.GITHUB_TOKEN}}
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}

0 comments on commit 0435431

Please sign in to comment.