Skip to content

Commit

Permalink
chore(ci): changed trigger to main branch (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
idan-starkware authored Jan 12, 2025
1 parent 31e8dbc commit 5879ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name:
on:
push:
branches:
- dev
- main

permissions:
# deployments permission to deploy GitHub pages website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- dev
- main

pull_request:
types:
Expand Down

0 comments on commit 5879ead

Please sign in to comment.