Skip to content

Commit

Permalink
modified publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
natalian98 committed May 18, 2022
1 parent 52613a7 commit c1c61c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/publish-to-branch.yaml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/publish-to-edge.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and publish to edge
name: Test on push and publish

on:
push:
Expand All @@ -7,8 +7,16 @@ on:
- main
- track/**

pull_request:
branches:
- master
- main
- track/**

jobs:
tests:
# tests expected to be run only on push
if: (github.event_name == 'push')
name: Run the tests
uses: ./.github/workflows/ci.yaml

Expand Down

0 comments on commit c1c61c5

Please sign in to comment.