Skip to content

Commit fe7cbc3

Browse files
authored
Merge pull request #3 from weaponsforge/dev
WIP: Trigger cd on pushes to master.
2 parents 8a9d751 + a5e9ad8 commit fe7cbc3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: Deploy to Firebase Hosting
22

33
on:
44
push:
5-
tags:
6-
- '/^\d+\.\d+\.\d+(-.*)?$/'
5+
branches:
6+
- master
77

88
jobs:
99
deploy:
10-
1110
runs-on: ubuntu-latest
1211

1312
steps:

0 commit comments

Comments
 (0)