1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 05:21:43 +02:00

Remove deployments on master push

This commit is contained in:
Kamran Ahmed
2024-06-06 18:57:40 +01:00
parent d2e3fee99a
commit 6644d8266e
2 changed files with 0 additions and 23 deletions

View File

@@ -1,13 +1,6 @@
name: Deploy to EC2
on:
workflow_dispatch: # allow manual run
push:
branches:
- master
paths:
- 'src/**'
- 'public/**'
- 'editor/**'
jobs:
deploy:
runs-on: ubuntu-latest