Skip to content

Commit

Permalink
Add pull_request trigger for cypress workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
knuton authored Feb 1, 2024
1 parent b6f3b21 commit f963cf0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Chrome
on: push
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
chrome:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit f963cf0

Please sign in to comment.