Skip to content

Commit

Permalink
fiks workflows for main I stedet fro dav/master (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonph authored Nov 1, 2021
1 parent 5e4e808 commit 30a4626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sonar
on:
push:
branches:
- dev
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: run tests
on:
push:
branches-ignore:
- master
- dev
branches-ignore:
- main

jobs:
test:
Expand Down

0 comments on commit 30a4626

Please sign in to comment.