Skip to content

Commit fdb8006

Browse files
authored
chore: filter docs branch to deploy
1 parent 71302dc commit fdb8006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/main.workflow

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ action "Deployment" {
1616
secrets = ["GITHUB_TOKEN"]
1717
}
1818

19-
# Filter for 1.0 branch
19+
# Filter for docs branch
2020
action "Filters for GitHub Actions" {
2121
uses = "actions/bin/filter@3c0b4f0e63ea54ea5df2914b4fabf383368cd0da"
2222
secrets = ["GITHUB_TOKEN"]
23-
args = "branch 1.0"
24-
}
23+
args = "branch docs"
24+
}

0 commit comments

Comments
 (0)