Skip to content

Commit

Permalink
Simplify CI by not running on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
jatcwang committed Dec 18, 2023
1 parent 820d24e commit a96be0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ name: Continuous Integration
on:
pull_request:
branches: ['**', '!update/**', '!pr/**']
types: []
push:
branches: ['**', '!update/**', '!pr/**']
tags: [v*]
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ThisBuild / scalaVersion := scala3Version
ThisBuild / crossScalaVersions := Seq(scala212Version, scala213Version, scala3Version)
ThisBuild / developers += tlGitHubDev("tpolecat", "Rob Norris")
ThisBuild / tlSonatypeUseLegacyHost := false
ThisBuild / githubWorkflowPREventTypes := Seq.empty
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
ThisBuild / githubWorkflowBuildPreamble ++= Seq(
WorkflowStep.Run(
Expand Down

0 comments on commit a96be0f

Please sign in to comment.