Skip to content

Commit

Permalink
Adjust branch that GitHub Actions runs against (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Congo <[email protected]>
  • Loading branch information
congoamz authored Oct 28, 2021
1 parent 3e4958b commit 5ed8403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body:
label: Version
description: What version of our software are you running?
options:
- 13_4 (Default)
- BABEL_1_X_DEV__13_4 (Default)
validations:
required: true
- type: dropdown
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- 13_4
- BABEL_1_X_DEV__13_4
pull_request:
branches:
- 13_4
- BABEL_1_X_DEV__13_4

jobs:
build-and-run-tests:
Expand Down

0 comments on commit 5ed8403

Please sign in to comment.