Skip to content

Commit

Permalink
Update cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmaimon authored Jul 26, 2024
1 parent 012fd88 commit de19ed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
push:
branches:
- '**' # Triggers on push to any branch
branches-ignore:
- master # Exclude master branch
pull_request:
branches:
- master # Triggers on PR to master branch
workflow_dispatch: # Manually trigger the workflow

jobs:
build:
if: github.ref != 'refs/heads/master'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit de19ed9

Please sign in to comment.