Skip to content

Commit

Permalink
chore: update branch names in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Jan 25, 2021
1 parent 72912d1 commit 1c3922d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Deploy Canary Release

on:
push:
branches: [master, main]
branches:
- main

jobs:
build-and-test:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Lint

on:
push:
branches: [master, main]
branches:
- main
pull_request:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Unit Tests
on:
push:
branches: [master, main]
branches:
- main
pull_request:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/w3c-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Run w3c tests on push

on:
push:
branches: [master, main]
branches:
- main
pull_request:

jobs:
Expand Down

0 comments on commit 1c3922d

Please sign in to comment.