Skip to content

Commit

Permalink
GitHub Actions changed trigger from master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgomolka committed Aug 9, 2021
1 parent ebd7cdb commit f77d9ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

name: lint

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

name: test-coverage

Expand Down

0 comments on commit f77d9ea

Please sign in to comment.