Skip to content

Commit 1c2682d

Browse files
authored
Update and rename .github/CHANGETHIS/deploy-staging.yml to .github/workflows/deploy-staging.yml
1 parent a310b22 commit 1c2682d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/CHANGETHIS/deploy-staging.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Stage the app
2+
3+
on:
4+
pull_request:
5+
types: [labeled]
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)