Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
only run on main
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimalDinosaur committed Oct 15, 2023
1 parent 6269387 commit cea722d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_bundle.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy Bundle
on: [push]
on:
push:
branches:
- main
permissions:
contents: write

Expand Down Expand Up @@ -49,4 +52,3 @@ jobs:
rm -rf .git
cd deploy_bundle
ansible-playbook nginx.yml
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy Bundle
on: [push]
on:
push:
branches:
- main
permissions:
contents: write

Expand Down

0 comments on commit cea722d

Please sign in to comment.