Skip to content

Commit

Permalink
remove references to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Oct 29, 2024
1 parent 071884e commit 1156892
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI/CD

on:
push:
branches: [master, develop]
branches: [master]
pull_request:
branches: [master, develop]
branches: [master]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -73,8 +73,7 @@ jobs:
if: >-
${{
github.event_name == 'push' &&
(github.ref == 'refs/heads/master' ||
github.ref == 'refs/heads/develop')
github.ref == 'refs/heads/master'
}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1156892

Please sign in to comment.