Skip to content

Commit

Permalink
Avoid double executions for each spark version when a pull request is…
Browse files Browse the repository at this point in the history
… created
  • Loading branch information
alfonsorr committed Aug 27, 2024
1 parent abf8360 commit 5ac7630
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
build:
Expand Down

0 comments on commit 5ac7630

Please sign in to comment.