Skip to content

Commit 9cad865

Browse files
authored
[Update:System] Update branch to main (#6)
* Update to recent slate gemfile * Update ruby version * Update workflows
1 parent 06e37e2 commit 9cad865

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Build
22

33
on:
4-
push:
5-
branches: [ '*' ]
64
pull_request:
75
branches: [ '*' ]
86

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22

33
on:
44
push:
5-
branches: [ 'master' ]
5+
branches: [ 'main' ]
66

77
jobs:
88
deploy:

0 commit comments

Comments
 (0)