Skip to content

Commit

Permalink
Update workflows to include main branch as trigger (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jan 29, 2021
1 parent c066f15 commit 9524ac0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- master

- main
jobs:
changelog:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: ci
on:
push:
branches: [master]
branches:
- master
- main
pull_request:
env:
TEST_RESULTS: /tmp/test-results # path to where test results will be saved
Expand Down

0 comments on commit 9524ac0

Please sign in to comment.