Skip to content

Commit

Permalink
Regenerate GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Jun 6, 2022
1 parent 28824fe commit e2972fb
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: ['**']
branches: ['**', '!update/**']
push:
branches: ['**']
branches: ['**', '!update/**']
tags: [v*]

env:
Expand Down

0 comments on commit e2972fb

Please sign in to comment.