diff --git a/.github/workflows/ecmwflibs.yml b/.github/workflows/ecmwflibs.yml new file mode 100644 index 000000000..b4b65b37d --- /dev/null +++ b/.github/workflows/ecmwflibs.yml @@ -0,0 +1,16 @@ +name: Notify ecmwflibs + +on: + push: + branches: [ master ] + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - uses: mvasigh/dispatch-action@main + with: + token: ${{ secrets.NOTIFY_ECMWFLIBS }} + repo: ecmwflibs + owner: ecmwf + event_type: eccodes-updated \ No newline at end of file