Skip to content

Commit

Permalink
fix: action is manually triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
Westlad committed Feb 9, 2022
1 parent 47e242d commit 046350a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Deploys containers to the development environment.
#
name: Deploy to Staging
name: Deploy to Development
on:
push:
branches:
- dev
- master
workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 046350a

Please sign in to comment.