Skip to content

Commit

Permalink
Run workflows on PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Mar 6, 2024
1 parent de00058 commit 9c5b836
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build

on: push
on:
- push
- pull_request

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Lighthouse
on: push
on:
- push
- pull_request
jobs:
lighthouse:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Lint

on: push
on:
- push
- pull_request

jobs:
lint:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test

on: push
on:
- push
- pull_request

jobs:
test:
Expand Down

0 comments on commit 9c5b836

Please sign in to comment.