Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Disable actions on push
Browse files Browse the repository at this point in the history
  • Loading branch information
npmccallum committed Aug 20, 2020
1 parent bd2f8d1 commit 1562b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [push, pull_request]
on: [pull_request]

name: lint

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

on: [push, pull_request]
on: [pull_request]
name: test
jobs:
test:
Expand Down

0 comments on commit 1562b0f

Please sign in to comment.