Skip to content

Commit

Permalink
Merge pull request #13 from pub-solar/ci-do-pr
Browse files Browse the repository at this point in the history
ci: trigger on PR + push to main branch
  • Loading branch information
b12f authored Nov 25, 2024
2 parents 9e03f54 + 5766a64 commit 8fc0424
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: lint

on:
- push
push:
branches:
- main
pull_request:

jobs:
lint:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: test

on:
- push
push:
branches:
- main
pull_request:

jobs:
test:
Expand Down

0 comments on commit 8fc0424

Please sign in to comment.