Skip to content

Commit

Permalink
revert: close actions in workflows branch
Browse files Browse the repository at this point in the history
  • Loading branch information
damingerdai committed Aug 20, 2020
1 parent 00c8363 commit 57a19ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: NG Matero Build Workflow

on:
push:
branches: [master, workflows]
branches: [master]
pull_request:
branches: [master, workflows]
branches: [master]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: NG Matero Lint Workflow

on:
push:
branches: [master, workflows]
branches: [master]
pull_request:
branches: [master, workflows]
branches: [master]

jobs:
lint:
Expand Down

0 comments on commit 57a19ff

Please sign in to comment.