segment-integrations / analytics-ios-integration-amplitude

The Amplitude analytics-ios integration.
MIT License
11 stars 45 forks source link

Run build-and-test on tag builds #63

Closed ccnixon closed 5 years ago

f2prateek commented 5 years ago

Shouldn't we always run build-and-test?

ccnixon commented 5 years ago

Actually I guess we can ignore on tag builds

ccnixon commented 5 years ago

Oh sorry I misread your last comment. The reason why we that filter is there is because by default, jobs don't run on tag builds. You need to explicitly require that. They jobs will however run for all branch changes by default. Therefore, the build-and-test job won't run during the publish job unless that filter is there.