Skip to content

Commit

Permalink
update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paradise98425 authored Jan 7, 2023
1 parent ea0d992 commit 6b409c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Announce the release of new version on Slack
run-name: ${{ github.actor }} has published new release for the library 🚀
on:
push:
branches: [notifications]
branches: [notifications, main]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
Expand All @@ -19,6 +19,7 @@ jobs:
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
slack:
needs: Explore-GitHub-Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6b409c4

Please sign in to comment.