Skip to content

Commit

Permalink
actions on main
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama committed Jan 29, 2024
1 parent 3f08c6f commit 128ca0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/axe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Axe

on:
push:
branches: [INFRA01]
branches: [main]
pull_request:
branches: [INFRA01]
branches: [main]

jobs:
axe:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lighthouse

on:
push:
branches: [INFRA01]
branches: [main]
pull_request:
branches: [INFRA01]
branches: [main]

jobs:
lighthouse:
Expand Down

0 comments on commit 128ca0f

Please sign in to comment.