Skip to content

Commit

Permalink
ok, seems to be working, now test out ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-the-coder committed Mar 4, 2024
1 parent 67e4b61 commit da4f67b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: CI
# This workflow is triggered on pushes

on:
push:
branches: [ main, beta ]
pull_request:
types:
- opened
- edited
- synchronize
- reopened
# on:
# push:
# branches: [ main, beta ]
# Publish semver tags as releases.
release:
types: [published]
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Development

on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
# on:
# pull_request:
# types:
# - opened
# - edited
# - synchronize
# - reopened

jobs:
test-frontend:
Expand Down

0 comments on commit da4f67b

Please sign in to comment.