Skip to content

Commit

Permalink
Merge pull request #2966 from stmcginnis/1.13.x-checks
Browse files Browse the repository at this point in the history
[1.13.x] Enable stable branch checks
  • Loading branch information
stmcginnis authored Mar 30, 2023
2 parents 019281e + dd653f8 commit 2030774
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build
on:
pull_request:
branches: [develop]
branches: [1.13.x]
# Here we list file types that don't affect the build and don't need to use
# up our Actions runners.
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: CacheDepsAndTools
on:
push:
branches: [develop]
branches: [1.13.x]
paths:
- '.github/**'
- 'sources/Cargo.lock'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: golangci-lint
on:
pull_request:
branches: [develop]
branches: [1.13.x]
# Only run this workflow if Go files or this workflow have been modified
paths:
- '**.go'
Expand Down

0 comments on commit 2030774

Please sign in to comment.