Skip to content

Commit cfba1fe

Browse files
Fixing workflow
1 parent 240d2b0 commit cfba1fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/taskr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build and Run Tests
22

33
on:
44
pull_request:
5-
branches: [ "master" ]
5+
branches: [ "main" ]
66
push:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)