Skip to content

Commit 5229063

Browse files
authored
Merge pull request #54 from frictionlessdata/ISSUE-53
ISSUE-53: update ci.yml to act on renamed main branch only
2 parents 9ca290b + 8ec2b89 commit 5229063

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)