Skip to content

Commit

Permalink
Enable GitHub Actions for a patch-release branch (#8024)
Browse files Browse the repository at this point in the history
Co-authored-by: Georgii Dolzhykov <thorn.mailbox@gmail.com>
  • Loading branch information
fisker and thorn0 committed Apr 11, 2020
1 parent e1a6a7a commit 2a9f651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-test.yml
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- patch-release
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- patch-release
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod-test.yml
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- patch-release
pull_request:

jobs:
Expand Down

0 comments on commit 2a9f651

Please sign in to comment.