Skip to content

Commit

Permalink
Restrict CI branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarao committed Nov 7, 2023
1 parent 4aadd03 commit 93c409d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Continuous Integration

on:
pull_request:
branches: ['**', '!update/**', '!pr/**']
branches: [master]
push:
branches: ['**', '!update/**', '!pr/**']
branches: [master]
tags: [v*]

env:
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ lazy val benchmark_2_11 = (project in file("modules/benchmark_2_11"))
),
)

ThisBuild / githubWorkflowTargetBranches := Seq("master")
ThisBuild / githubWorkflowPublishTargetBranches := Seq()

0 comments on commit 93c409d

Please sign in to comment.