Aaron Jorbin
2021-11-10 20:58:15 +00:00
parent 40799ba11f
commit 4160c23106
8 changed files with 10 additions and 24 deletions
+1 -3
View File
@@ -5,7 +5,6 @@ on:
# PHPCS checking was introduced in WordPress 5.1.
push:
branches:
- master
- trunk
- '3.[89]'
- '[4-9].[0-9]'
@@ -14,7 +13,6 @@ on:
- '[4-9].[0-9]*'
pull_request:
branches:
- master
- trunk
- '3.[89]'
- '[4-9].[0-9]'
@@ -149,7 +147,7 @@ jobs:
slack-notifications:
name: Slack Notifications
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
needs: [ phpcs, jshint ]
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
with: