Skip to content

Commit 76d0c3f

Browse files
committed
limit branch to master
1 parent a9e9425 commit 76d0c3f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/javadoc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Deploy Javadoc
22

3-
on: [push]
4-
# push:
5-
# branches:
6-
# - master
3+
on:
4+
push:
5+
branches:
6+
- master
77

88
jobs:
99
build-javadoc:

0 commit comments

Comments
 (0)