Skip to content

Commit

Permalink
Update workflow, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Schläpfer committed Sep 30, 2023
1 parent a902663 commit 6e2a2a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test

on:
push:
branches: [main, rework-project-structure]
branches: [main, 0.1.0]
pull_request:
branches: [main]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create a downloadable preview build

on:
push:
branches: [main, rework-project-structure]
branches: [main, 0.1.0]
pull_request:
branches: [main]

Expand Down
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk

# Vendor
# =========================
src/vendor/
.phpdoc
.vscode
*.phar
*.lock

0 comments on commit 6e2a2a7

Please sign in to comment.