Skip to content

Commit

Permalink
Now activates on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
HellgrenR committed May 15, 2024
1 parent e4aad46 commit 27d902c
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 27d902c

Please sign in to comment.