Skip to content

Commit

Permalink
WIP: Test on (any) push
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed May 19, 2024
1 parent fc37e2b commit 8e84371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

name: Integration

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

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

name: Lint and Test

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

permissions:
contents: read
Expand Down

0 comments on commit 8e84371

Please sign in to comment.