Skip to content

Commit

Permalink
Change invalid 'merge' trigger to valid 'push' in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Mar 16, 2024
1 parent 554e540 commit 484d2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Load data into MotherDuck

on:
merge:
push:
branches:
- main

Expand Down

0 comments on commit 484d2d7

Please sign in to comment.