Skip to content

Commit 3d38440

Browse files
authored
Rename GitHub workflows file from build.yml to ci.yaml (#1)
Just make sure that we're using the same convention as other River projects so that things are easier to find across repos. Also: * Rename `main` to `master`, also to maintain common convention. * Remove build on only `master` on the `pull_request` push. Again, makes it the same as all other projects.
1 parent 8f59e37 commit 3d38440

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ name: build
22

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

99
jobs:
10-
1110
build:
12-
1311
runs-on: ubuntu-latest
1412

1513
steps:

0 commit comments

Comments
 (0)