Skip to content

Commit cb277f7

Browse files
Update deps workflow
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 9e81824 commit cb277f7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/dependencies.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: build
1+
name: Dependencies
22
on:
33
push:
44
branches:
5-
- develop # run the action on your projects default branch
5+
- master # run the action on your projects default branch
6+
pull_request:
7+
branches:
8+
- master # run the action on your projects default branch
69

710
jobs:
811
build:

0 commit comments

Comments
 (0)