Skip to content

Commit

Permalink
Run pipeline on merge (push) to main
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Nov 4, 2023
1 parent 65f92a0 commit 8335460
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,10 @@ run-name: ${{ github.actor }} is building the Android app bundle 🚀

on: push

# on:
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
# - ready_for_review
# branches:
# - 'main'
# paths-ignore:
# - '**.md'
# - 'doc/**'
# - '.git/'
# - '.vscode/'
on:
push:
branches:
- 'main'

jobs:

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yaml

This file was deleted.

0 comments on commit 8335460

Please sign in to comment.