Skip to content

Commit

Permalink
eiajtiaejtiaejir
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Sep 21, 2023
1 parent d0e9fd7 commit 7e2a976
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
on: [push]
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
paths-ignore:
- "*.md"
- LICENSE
- "*.yaml"
pull_request:
branches:
- master

jobs:
test-deploy:
Expand Down

0 comments on commit 7e2a976

Please sign in to comment.