Prepare for release

This commit is contained in:
Andy Miller
2021-01-19 12:08:10 -07:00
parent 1d34b5389e
commit 065cd5b7b7
4 changed files with 10 additions and 7 deletions

View File

@@ -2,9 +2,9 @@ name: PHP Tests
on:
push:
branches: [ 1.7 ]
branches: [ develop ]
pull_request:
branches: [ 1.7 ]
branches: [ develop ]
jobs:
@@ -64,7 +64,7 @@ jobs:
status: failure
fields: repo,message,author,action
icon_emoji: ':octocat:'
author_name: 'Github Action Tests (1.7)'
author_name: 'Github Action Tests'
text: '💥 Automated Test Failure'
env:
GITHUB_TOKEN: ${{ github.token }}