Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Amman Vedi authored and Amman Vedi committed Nov 10, 2023
1 parent 697afda commit 13419b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
name: Build & Test
run-name: Building and testing all packages
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13419b6

Please sign in to comment.