Browse Source

Switch workflows over to `main`.

pull/10/head
Adam Vessey 1 year ago
parent
commit
e0951f3849
No known key found for this signature in database
GPG Key ID: 89B39535BF6D0D39
  1. 2
      .github/workflows/lint.yml
  2. 2
      .github/workflows/semver.yml

2
.github/workflows/lint.yml

@ -3,7 +3,7 @@ name: Code Linting
on:
pull_request:
branches:
- 1.x
- main
workflow_dispatch:
jobs:

2
.github/workflows/semver.yml

@ -4,7 +4,7 @@ on:
pull_request_target:
types: closed
branches:
- 1.x
- main
jobs:
update:
if: github.event.pull_request.merged == true

Loading…
Cancel
Save