1
1
mirror of https://github.com/primer/css.git synced 2024-12-03 03:33:40 +03:00
css/.github/workflows/changelog.yml

19 lines
358 B
YAML
Raw Normal View History

2019-10-26 02:38:06 +03:00
name: changelog
on:
push:
branches:
- 'release-*'
- '*changelog*'
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 11
- name: install
run: npm install
- name: changelog
run: script/changelog.js