Skip to content

Commit c55dc6a

Browse files
committed
minor #1214 Update workflow triggers (rosier)
This PR was merged into the main branch. Discussion ---------- Update workflow triggers To prevent dependabot from triggering the lint workflow twice Commits ------- 6cd5d23 Update workflow triggers
2 parents d1a658b + 6cd5d23 commit c55dc6a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'master'
7+
- main
88

99
env:
1010
fail-fast: true

.github/workflows/lint.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "Lint"
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
48

59
env:
610
fail-fast: true

0 commit comments

Comments
 (0)