Skip to content

Commit

Permalink
Merge pull request #25 from Encamina/@rliberoff/update_github_actions…
Browse files Browse the repository at this point in the history
…_workflow_to_trigger_from_main_branch

Testing why CD is not working.
  • Loading branch information
albertodiazencamina authored Dec 4, 2023
2 parents 713172f + 2cc5d65 commit 62d55f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
- releases/**
- main
paths-ignore:
- '/**/*.md'
- '.github/**/*'
- '/**/*.md'
pull_request:
types:
- opened
Expand Down Expand Up @@ -90,7 +89,7 @@ jobs:
CD:
runs-on: ubuntu-latest
needs: CI
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/heads/releases') || github.ref == 'refs/head/main')
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/heads/releases') || github.ref == 'refs/heads/main')
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 62d55f3

Please sign in to comment.