Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 66dc6cd

Browse files
committed
Update github actions
1 parent 30f4cf3 commit 66dc6cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: lint-and-build
22
on:
3-
push:
3+
pull_request:
44
branches:
55
- '*'
66
- '!release'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: publish
22
on:
33
push:
44
branches:
5-
- release
5+
- release/*
66
jobs:
77
lint-and-build:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)