Skip to content

Commit

Permalink
[devops] Only manual deploys to tcc and no
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed May 5, 2024
1 parent 3cf8223 commit 394bdbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/master-to-no.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Push master -> devops/deploy-to-no
on:
push:
branches:
- 'master'
# Allow manual deployment in github
workflow_dispatch:

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/master-to-tcc.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Push master -> devops/deploy-to-tcc
on:
push:
branches:
- 'master'
# Allow manual deployment in github
workflow_dispatch:

Expand Down

0 comments on commit 394bdbe

Please sign in to comment.