Skip to content

Commit

Permalink
Update workflow to support v1 branch (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbaileyuk authored Feb 29, 2024
1 parent ea8fb85 commit 948af5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jsonata.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and publish JSONata
on:
push:
branches: [ master ]
branches: [ master, v1 ]
pull_request:
branches: [ master ]
branches: [ master, v1 ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 948af5a

Please sign in to comment.