From 32bed1aac43d85a82d0f2272ef2b15721a46fac2 Mon Sep 17 00:00:00 2001 From: Eka Setiawan Saputra Date: Mon, 7 Aug 2023 20:53:15 +0700 Subject: [PATCH] Create pub.yml --- .github/workflows/pub.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/pub.yml diff --git a/.github/workflows/pub.yml b/.github/workflows/pub.yml new file mode 100644 index 00000000..a2b90ee4 --- /dev/null +++ b/.github/workflows/pub.yml @@ -0,0 +1,21 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Pub + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Dart and Flutter Package Publisher + uses: k-paxian/dart-package-publisher@v1.6