From 1ce6e55fbdbcc5840f109473d3f3f5a013db59d4 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 25 Oct 2023 14:50:13 +0200 Subject: [PATCH] github action: fix branch names --- .github/workflows/update-tables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-tables.yml b/.github/workflows/update-tables.yml index 2e6a602..07b831f 100644 --- a/.github/workflows/update-tables.yml +++ b/.github/workflows/update-tables.yml @@ -6,9 +6,9 @@ on: - cron: '0 1 * * 2' # Each tuesday # also run on repo changes push: - branches: [ "devel" ] + branches: [ "master" ] pull_request: - branches: [ "devel" ] + branches: [ "master" ] jobs: