Skip to content

Commit

Permalink
Avoid running each CI step twice on PRs (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Sep 4, 2023
1 parent 60df863 commit ca2c1b3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Scala CI

on:
push:
branches:
- "**"
# tags:
# - "**"

pull_request:
push:
branches:
- master
- 're-releases-*'
- '*-pushbuild'

env:
JAVA_OPTS: -Xms6g -Xmx6g -XX:+UseG1GC
Expand Down

0 comments on commit ca2c1b3

Please sign in to comment.