1
1
mirror of https://github.com/primer/css.git synced 2024-12-29 00:58:31 +03:00

Still run triage on all the other branches

This commit is contained in:
Jon Rohan 2021-05-05 13:30:49 -07:00
parent 59dbf793c2
commit 6556619131
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -1,11 +1,10 @@
name: Welcome
on:
pull_request:
branches:
- 'changeset-release/main'
jobs:
greetings:
release-template:
if: ${{ github.ref == 'refs/heads/changeset-release/main' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@ -39,7 +38,8 @@ jobs:
}
bundle-stats:
needs: greetings
if: ${{ github.ref == 'refs/heads/changeset-release/main' }}
needs: release-template
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2