Skip to content

Commit

Permalink
Regenerate workflow with sbt-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Jun 11, 2022
1 parent 0df7ebb commit 9afe24d
Showing 1 changed file with 2 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/**']
branches: ['**', '!update/**', '!pr/**']
push:
branches: ['**', '!update/**']
branches: ['**', '!update/**', '!pr/**']
tags: [v*]

env:
Expand Down

0 comments on commit 9afe24d

Please sign in to comment.