Skip to content

Commit f8e8a88

Browse files
committed
CI: Update for master to main rename
1 parent c981e5b commit f8e8a88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
# Controls when the workflow will run
44
on:
5-
# Triggers the workflow on push, or for pull requests against master
5+
# Triggers the workflow on push, or for pull requests against main
66
push:
77
branches:
88
- '**'
@@ -12,7 +12,7 @@ on:
1212
paths-ignore:
1313
- NEWS
1414
pull_request:
15-
branches: [ master ]
15+
branches: [ main ]
1616
paths-ignore:
1717
- NEWS
1818

0 commit comments

Comments
 (0)