Skip to content

Commit

Permalink
Change GH actions wf so it runs on forked prs (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosfelt authored Mar 24, 2023
1 parent d1c0959 commit 429c4db
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Test and Publish
on:
push:
branches:
- main
pull_request:
branches:
# Branches from forks have the form 'user:branch-name' so we only run
# this job on pull_request events for branches that look like fork
# branches. Without this we would end up running this job twice for non
# forked PRs, once for the push and then once for opening the PR.
- '**:**'
- main

jobs:
# Build the package
Expand Down

0 comments on commit 429c4db

Please sign in to comment.