Skip to content

Commit

Permalink
WIP: test-on-push
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Nov 18, 2023
1 parent 15cf2f6 commit feaa56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

name: Linter

on:
push:
branches:
- main
pull_request:
branches:
- main
on: push

permissions:
contents: read
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

name: Self-test

on:
push:
branches:
- main
pull_request:
branches:
- main
on: push

permissions:
contents: read
Expand Down

0 comments on commit feaa56f

Please sign in to comment.