Skip to content

Commit

Permalink
rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jul 16, 2024
1 parent 559b953 commit a063a08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web4-deploy-production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to production
name: Deploy web4 contract to production
on:
push:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web4-deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to staging
name: Deploy web4 contract to staging
on:
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web4-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Test web4 contract
on:
workflow_call:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web4-undeploy-staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Undeploy staging
name: Undeploy web4 contract from staging
on:
pull_request:
types: [closed]
Expand Down

0 comments on commit a063a08

Please sign in to comment.