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: on:
pull_request: pull_request:
branches: branches:
- 1.x - main
workflow_dispatch: workflow_dispatch:
jobs: jobs:

2
.github/workflows/semver.yml

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

Loading…
Cancel
Save