Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d2df8a2

Browse files
ci: fix branch name (#258)
1 parent cc6950a commit d2df8a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
paths:
66
- grammar.js
77
- src/**
88
- test/**
99
- bindings/**
1010
- binding.gyp
11+
- .github/workflows/**
1112
pull_request:
1213
paths:
1314
- grammar.js
1415
- src/**
1516
- test/**
1617
- bindings/**
1718
- binding.gyp
19+
- .github/workflows/**
1820

1921
concurrency:
2022
group: ${{github.workflow}}-${{github.ref}}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /