Skip to content

Commit 76a9d33

Browse files
Run CI for pushes to main
The GitHub workflow file mentioned the master branch, but it's called main. Fixing this means we once again run CI on pushes to main.
1 parent fbe5c89 commit 76a9d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

3-
# Trigger the workflow on all pull requests and pushes/merges to master branch
3+
# Trigger the workflow on all pull requests and pushes/merges to main branch
44
on:
55
pull_request:
66
push:
7-
branches: [master]
7+
branches: [main]
88

99

1010
concurrency:

0 commit comments

Comments
 (0)