Skip to content

Commit

Permalink
INFRA27 - Remove the commit trigger on main
Browse files Browse the repository at this point in the history
  • Loading branch information
daniycity authored and gregoriopalama committed May 2, 2024
1 parent 22d5a18 commit dcc667f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/axe.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Axe

on:
push:
branches: [main]
pull_request_target:
branches: [main]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ permissions:
pull-requests: write

on:
push:
branches: [main]
pull_request_target:
branches: [main]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Playwright Tests

on:
push:
branches: [main]
pull_request_target:
branches: [main]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-firebase-functions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test Firebase Functions

on:
push:
branches: [main]
pull_request_target:
branches: [main]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "Test"

on:
push:
branches: [main]
pull_request_target:
branches: [main]

Expand Down

0 comments on commit dcc667f

Please sign in to comment.