Skip to content

Commit e56ba5e

Browse files
committed
test trigger
1 parent e96a518 commit e56ba5e

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: Deploy to Railway
1+
name: Deploy
22

3+
# on:
4+
# push:
5+
# branches: [main]
36
on:
4-
push:
5-
branches: [cyy/deploy]
7+
pull_request:
8+
branches:
9+
- main
610

711
jobs:
812
deploy:

0 commit comments

Comments
 (0)