Skip to content

Commit

Permalink
updating workflows to run on all push and pr
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Nov 25, 2024
1 parent 63f4614 commit 7075e39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@
# expected from the build.
name: Check Transpiled JavaScript

on:
pull_request:
branches:
- main
push:
branches:
- main
on: [push, pull_request]

permissions:
contents: read
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Continuous Integration

on:
pull_request:
branches:
- main
push:
branches:
- main
on: [push, pull_request]

permissions:
contents: read
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Lint Codebase

on:
pull_request:
branches:
- main
push:
branches:
- main
on: [push, pull_request]

permissions:
contents: read
Expand Down

0 comments on commit 7075e39

Please sign in to comment.