Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert build workflow changes
Revert changes to build for the `dev-7.0.0` branch.
  • Loading branch information
martincostello committed Oct 22, 2022
commit 7060981c2b2c15bbf1b0c728f18e321f336c6cf0
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: build

on:
push:
branches: [ dev, dev-7.0.0, rel/* ]
branches: [ dev, rel/* ]
tags: [ '*' ]
pull_request:
branches: [ dev, dev-7.0.0, rel/* ]
branches: [ dev, rel/* ]

jobs:
build:
Expand Down