Skip to content

Commit

Permalink
Merge pull request #140 from MarcusT96/githubactions/test
Browse files Browse the repository at this point in the history
Now activates on pushes to main
  • Loading branch information
MarcusT96 authored May 15, 2024
2 parents e4aad46 + 27d902c commit a181939
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testDeploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Test Deploy

# This workflow will run on every push to the repository in the dev branch.
# This workflow will run on every push to the repository in the dev and main branch.
on:
push:
branches: [ "dev" ]
branches:
- main
- dev

# The jobs to run in this workflow are defined here.
jobs:
Expand Down

0 comments on commit a181939

Please sign in to comment.