Skip to content

Commit

Permalink
Add branches to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Sep 19, 2023
1 parent d56e67f commit 40b1e43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automerge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Auto-Merge Dependabot Updates

on:
pull_request:
branches:
- '2.x'
paths:
- '.github/workflows/**'
- package.json
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build Updated Distributable
on:
workflow_dispatch:
push:
branches:
- '2.x'
paths-ignore:
- '**.md'
schedule:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: 'Continuous Integration'

on:
pull_request:
branches:
- '2.x'
push:
branches:
- '2.x'

permissions:
contents: read
Expand Down

0 comments on commit 40b1e43

Please sign in to comment.