Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Jan 20, 2025
1 parent 1ff2590 commit 88cee76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
schedule:
- cron: '19 17 * * *'
push:
branches: [ main ]
branches: [ 'parse-swift' ]
pull_request:
branches: [ main ]
branches: [ 'parse-swift' ]
merge_group:
branches: [ main ]
branches: [ 'parse-swift' ]

env:
REGISTRY: docker.io
Expand Down

0 comments on commit 88cee76

Please sign in to comment.