Skip to content

Commit

Permalink
ci: run llint and examples on push to any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed May 10, 2024
1 parent b8e7058 commit 64c6627
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: examples

on:
push:
branches: [main, beta]
pull_request:
branches: [main, beta]
schedule:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: lint

on:
push:
branches: [main, beta]
pull_request:
branches: [main, beta]

Expand Down

0 comments on commit 64c6627

Please sign in to comment.