Skip to content

Commit

Permalink
run CI GHA on pull_request so that external contributors benefit fr…
Browse files Browse the repository at this point in the history
…om CI and limit `push` based trigger to `main` branch only to avoid duplicate workflow runs (wasteful)
  • Loading branch information
twrichards committed Oct 6, 2023
1 parent 1bab853 commit e5afb3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Grid CI
on:
workflow_dispatch: # Manual invocation.
pull_request:
push:
branches:
- main
jobs:
CI:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e5afb3f

Please sign in to comment.