Skip to content

Commit c93f021

Browse files
authored
Merge pull request #1466 from zloirock/gh-actions
2 parents 04a227b + 8d92a62 commit c93f021

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-web-for-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build web pages for branch
22

33
on:
44
push:
5-
branches:
6-
- web-3-not-exists
5+
branches-ignore:
6+
- master
77
workflow_dispatch:
88

99
jobs:

.github/workflows/build-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build web pages
33
on:
44
push:
55
branches:
6-
- web-3
6+
- master
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)