Skip to content

Commit

Permalink
Remove v1.0 from gh action branch targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dvandersluis committed Jan 24, 2025
1 parent 39529c5 commit 18a5823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Lint

on:
push:
branches: [ "master", "v1.0" ]
branches: [ "master" ]
pull_request:
branches: [ "master", "v1.0" ]
branches: [ "master" ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 18a5823

Please sign in to comment.