diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index e62bd74..cb7caea 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -8,6 +8,7 @@ steps: - pnpm build when: - event: push + - event: pull_request - name: container-build-and-publish image: docker @@ -23,7 +24,7 @@ steps: - branch: main event: push - - name: container-build-and-publish (staging) + - name: container-build-and-publish-staging image: docker commands: - docker login --username radical --password $PASSWORD git.gorb.app diff --git a/app.vue b/app.vue index 8f0571f..6f6eae0 100644 --- a/app.vue +++ b/app.vue @@ -1,33 +1,25 @@ diff --git a/components/Guild/ChannelEntry.vue b/components/Guild/ChannelEntry.vue index 9d785db..98f210e 100644 --- a/components/Guild/ChannelEntry.vue +++ b/components/Guild/ChannelEntry.vue @@ -1,10 +1,10 @@