Skip to content

Commit

Permalink
Rename and modify PR Deploy workflow files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekedonald committed Aug 10, 2024
1 parent c953d29 commit 7f96551
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: PR Deploy for Development
on:
pull_request:
branches: [dev]
types: [opened, synchronize, reopened, closed]
# pull_request:
# branches: [dev]
# types: [opened, synchronize, reopened, closed]
workflow_dispatch:

jobs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: PR Deploy for Production
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, closed]
# pull_request:
# branches: [main]
# types: [opened, synchronize, reopened, closed]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7f96551

Please sign in to comment.