Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 5f3adf8

Browse files
committed
ci(workflows): Add 'dev_marc' branch to push trigger
1 parent 9e36309 commit 5f3adf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22
on:
33
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
44
push:
5-
branches: [main]
5+
branches: [main, dev_marc]
66
# Trigger the workflow on any pull request
77
pull_request:
88

0 commit comments

Comments
 (0)