Browse Source

Pipeline name

pull/287/head
baarkerlounger 3 years ago
parent
commit
055ea364e0
  1. 2
      .github/workflows/production_pipeline.yml
  2. 2
      .github/workflows/staging_pipeline.yml

2
.github/workflows/production_pipeline.yml

@ -1,4 +1,4 @@
name: 'CI/CD Pipeline'
name: 'Production CI/CD Pipeline'
on:
push:

2
.github/workflows/staging_pipeline.yml

@ -1,4 +1,4 @@
name: 'CI/CD Pipeline'
name: 'Staging CI/CD Pipeline'
on:
push:

Loading…
Cancel
Save