Skip to content

Commit

Permalink
Update workflow branch specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Partmedia committed Mar 13, 2024
1 parent c5619f4 commit eb39fef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build & Test Release
name: Build & Test

on:
push:
branches-ignore: [ ms/server ]
paths:
- '**.cs'
- '**.csproj'
Expand All @@ -14,7 +15,7 @@ on:
- 'RobustToolbox/**'
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ master ]
branches: [ ms/1.2 ]
paths:
- '**.cs'
- '**.csproj'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Validator

on:
push:
branches-ignore: [ ms/server ]
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ ms/1.2 ]

jobs:
lint-yaml:
Expand Down

0 comments on commit eb39fef

Please sign in to comment.