Skip to content

Commit 8ec2b89

Browse files
authored
update ci.yml to act on renamed main branch only
1 parent 9ca290b commit 8ec2b89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
pull_request:
6-
branches: [ master ]
6+
branches: [ main ]
77
jobs:
88
build:
99
runs-on: ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)