Skip to content

Commit

Permalink
ci: update ci triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 6, 2023
1 parent 9148333 commit 1132e91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: Browserstack

on:
push:
branches: [main]
pull_request:
branches: [main]
pull_request_target:
types:
- labeled
types: [labeled]
branches: [main]
schedule:
- cron: '11 11 * * 1'
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Test

on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '11 11 * * 1'
workflow_dispatch:
Expand Down

0 comments on commit 1132e91

Please sign in to comment.