Skip to content

Commit

Permalink
Create pub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekasetiawans authored Aug 7, 2023
1 parent fa94cfc commit 32bed1a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pub.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]

0 comments on commit 32bed1a

Please sign in to comment.