Skip to content

Commit 9a686fb

Browse files
committed
keep main push triggers
1 parent 81ebb3d commit 9a686fb

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ name: Lint Code Base
1010
on:
1111
workflow_dispatch:
1212
pull_request:
13+
push:
14+
branches:
15+
- main
1316
jobs:
1417
lint:
1518
name: Lint Code Base

.github/workflows/test_website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
pull_request:
1212
paths-ignore:
1313
- 'sql/**'
14+
push:
15+
branches:
16+
- main
1417
jobs:
1518
build:
1619
name: Build and Test Website

0 commit comments

Comments
 (0)