Skip to content

Commit

Permalink
Make sure continuous integration triggers on PR created from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Dec 2, 2024
1 parent 8f08381 commit d25366f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Continuous integration
on: [push]
on:
pull_request:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d25366f

Please sign in to comment.