Skip to content

Commit c06c8df

Browse files
Regenerate workflow with sbt-github-actions
1 parent 198c22e commit c06c8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Continuous Integration
99

1010
on:
1111
pull_request:
12-
branches: ['**', '!update/**']
12+
branches: ['**', '!update/**', '!pr/**']
1313
push:
14-
branches: ['**', '!update/**']
14+
branches: ['**', '!update/**', '!pr/**']
1515
tags: [v*]
1616

1717
env:

0 commit comments

Comments
 (0)