Skip to content

Commit a705386

Browse files
committed
[fork] ci: Trigger on tuwunel-changes.
Signed-off-by: Jason Volk <jason@zemos.net>
1 parent 7277247 commit a705386

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ env:
88

99
on:
1010
push:
11-
branches: [main, next]
11+
branches: [main, next, tuwunel-changes]
1212
pull_request:
13-
branches: [main, next]
13+
branches: [main, next, tuwunel-changes]
1414

1515
jobs:
1616
xtask:

.github/workflows/deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
# every monday at 4AM (UTC?)
1010
- cron: '0 4 * * 1'
1111
push:
12-
branches: [main]
12+
branches: [main, tuwunel-changes]
1313
pull_request:
14-
branches: [main]
14+
branches: [main, tuwunel-changes]
1515

1616
jobs:
1717
bans-licenses-sources:

0 commit comments

Comments
 (0)