Skip to content

Commit

Permalink
Merge pull request #104 from discoverygarden/fix/update-workflows
Browse files Browse the repository at this point in the history
D10-27: Updating workflows to target new main default branch
  • Loading branch information
nchiasson-dgi authored Nov 1, 2023
2 parents f6768f4 + fb2ffd0 commit 90a2b90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Code Linting
on:
pull_request:
branches:
- 8.x-2.x
- main
workflow_dispatch:

jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run CodeSniffer
uses: discoverygarden/CodeSniffer@v1
2 changes: 1 addition & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request_target:
types: closed
branches:
- 8.x-2.x
- main
jobs:
update:
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit 90a2b90

Please sign in to comment.