Skip to content

Commit

Permalink
fixed problems testing on push actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv authored Mar 1, 2024
1 parent 9d4473b commit 307c919
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/webapp-deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: WebApp Deploy DEV (no Fleek)
on:
workflow_dispatch:
push:
branches:
- 'develop'
- 'DOPS-*' ## temporal branch for testing only
branches-ignore: ## Ignore develop and main branches to avoid an unneeded 2nd build.
- 'DOPS-634-Fleek-deprecation-migrate-aragon-app'
# push:
# branches:
# - 'develop'
# - 'DOPS-*' ## temporal branch for testing only


jobs:
setup-env-vars:
Expand Down

0 comments on commit 307c919

Please sign in to comment.