Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
Build & Publish Workflow angepasst
  • Loading branch information
epam-vkerkhoff committed Jan 9, 2024
1 parent 379d8ba commit 59178c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build and publish on opendata.bbnavi.de

on:
push:
branches:
- '*'

This comment has been minimized.

Copy link
@derhuerst

derhuerst Mar 19, 2024

Member

This change is not in line with an assumption that the majority of the open source ecosystem is built around: A push to the default branch (main) deploys to production, all other branches deploy to non-production at most. I think it would make sense to only put main here.

schedule:
# every day at 2:40
- cron: '40 2 * * *'
Expand Down

0 comments on commit 59178c4

Please sign in to comment.