Skip to content

Commit

Permalink
ci: also run on forked pull-requests ⚓
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Oct 3, 2024
1 parent 1dc5cb5 commit 5f98e1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ workflows:
- /feat\/.*/
- /bugfix\/.*/
- /fix\/.*/
- /pull/.*/
- linux:
matrix:
parameters:
Expand All @@ -73,8 +74,11 @@ workflows:
branches:
only:
- /feature\/.*/
- /feat\/.*/
- /bugfix\/.*/
- "main"
- /fix\/.*/
- /pull/.*/
- main

- windows:
matrix:
Expand Down

0 comments on commit 5f98e1a

Please sign in to comment.